Latest News & Articles

EKS to GKE Migration

Steps  1 1.  Pull micro services sample  from git on aws server 2.  Under microservices-sample run “mvn clear package” command 3.  Make small change in microservices-sample/build/docker/scripts/deploy.sh a. Remove docker-compose  build up --deploy  -d and replace with docker-compose build 4.  Now...

Read More

EKS Implementation Steps

Different ways to approach 1. AWS Mnagement Console 2. Eksctl utility by AWS 3. Iac (Terraform, Ansible) Prerequisites 1. AWS account with admin privileges 2. AWS CLI access to use kubernetis utility 3. Instance to manage cluster by kubectl Step...

Read More

What Is Docker Swarm?

Platform. You can use the Docker cli to create a cluster, deploy application services to the cluster, and manage the cluster behaviour.

Read More

Learn Basic Linux in 10 days

It is a search pattern used by commands like grep, egrep, sed, etc to search a specific pattern of characters in a file

Read More

GKE Implementation Steps

1. Before you start a. In this tutorial, I use the GCP console to create the Kubernetes cluster and Code Shell for connecting and interacting with it. You can, of course, do the same from your CLI, but this requires...

Read More

About Me

My name is Aaftab Hamdani. I am a Technical Enthusiast. I have strong Experience in Linux, Ansible, Docker, Kubernetes, Terraform, CI/CD, Virtualization, AWS, Azure, Shell scripting and Android development in Java programming.

Read More

Follow Me:

Popular Post

EKS to GKE Migration

Steps  1 1.  Pull micro services sample  from git on aws server 2.  Under microservices-sample run “mvn clear...

Read More

EKS Implementation Steps

Different ways to approach 1. AWS Mnagement Console 2. Eksctl utility by AWS 3. Iac (Terraform, Ansible) Prerequisites...

Read More

What Is Docker Swarm?

Platform. You can use the Docker cli to create a cluster, deploy application services to the cluster, and...

Read More