Articles in this series
Technologies: Terraform Github Actions Docker Node.js AWS EC2 AWS S3 AWS ECR Tasks: Get access id, secret id from AWS Develop a simple nodejs...
All about networking in Kubernetes. ยท Kubernetes Networking addresses four concerns: Containers within a pod use networking to communicate via...
What is CICD pipeline? A CI/CD pipeline is a series of steps that must be performed in order to deliver a new version of the software A CI/CD pipeline...
Getting started with Kubernetes ยท Kubernetes Introduction Kubernetes is an open source container management tool which automates container deployment,...
All about Labels, Selectors, Replication, and replicaset in Kubernetes ยท Labels Labels are the mechanism you use to organize Kubernetes Objects. A label...
Cluster IP.(default), NodePort, Load Balancer, Headless. ยท Each pod gets its own IP address, however, in a deployment, the set of pods running in one...