DevOps, Docker, Kubernetes, WebDevelopment
If you need to read more about Kubernetes basics and local dev env setup, read this first Getting started with Kubernetes. Clean up manual configuration of services and deployments using kubectl delete all –all. Now check for pods and services presents using...
DevOps, Docker, Kubernetes, WebDevelopment
Create a folder named like k8s-project-name (stands for Kubernetes) in a directory of your choice. I will create it with Laragon www folders in C:\laragon\www\k8s-node-express. Now lets init node.js app using npm init -y. Now lets install our app basic packages...
DevOps, Docker, Kubernetes, WebDevelopment
Once you get to know Docker, it is time to learn some truly mystic tool for Continuous integration / Continuous deployment (CI/CD). Kubernetes, which does all management and automation for application (containers) scaling and deployment. To work with Kubernetes you...