Posts
Dijeesh Padinharethil
Cancel

Kubernetes kubectl cheat sheet

Few kubectl commands that will be helpful in troubleshooting K8S environments Cheat Sheet Sort events by timestamp kubectl get events --sort-by='.metadata.creationTimestamp' Get list of resour...

Amazon Smbhav Hackathon - Build for India - Winners

Amazon Smbhav Hackathon - Build for India - Winners As part of the Amazon Smbhav Summit, Skillenza organized an all-India Hackathon Challenge and our team won the first prize. Congratulation to ...

AWS Container Hero ..........yayyy !!

AWS Container Hero Super excited to be a part of AWS Hero Program. I have been selected as one of the new AWS Container Hero along with Ben Bridts, Nana Janashia, Zainab Maleki, Daniel Rankov, Sru...

Setting up Single node Kubernetes in AWS using Kubeadm

Introduction Kubernetes Kubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management. It was originally designed by Google, and ...

Setting up NATS Streaming Operator with SQL Storage in EKS

Introduction NATS-IO NATS.io is a simple, secure and high performance open source messaging system for cloud native applications, IoT messaging, and microservices architectures. nats serv...

Setting up Kubectl for Amazon EKS

1. Install kubectl for Amazon EKS Follow Kubernetes Documentation to install Kubectl MacOS curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis....

Setting up additional users in Amazon EKS

EKS Authentication - Summary Amazon EKS uses IAM to provide authentication to your Kubernetes cluster. It uses aws eks get-token command, available in version 1.16.156 or great...

First look into AWS EKS - Getting started

Introduction Finally, the long wait is over, Amazon Elastic Container Service for Kubernetes (Amazon EKS) is now generally available for all AWS customers. This new service is definitely going to...

Install and Configure Gitlab CE Server in AWS

Introduction Hey there, this is the first part of my blog series Getting started with CI/CD on AWS platform using GitLab CE GitLab Community Edition (CE) is an open source end-to-end software de...

Juniper SRX DHCP Configuration with Static binding

This article will guide you to configre your SRX firewall device as a DHCP server for your local networks and binding static IP Address for specific MAC Addresses. Example scenario Private Z...