#90daysofdevops
Read more stories on Hashnode
Articles with this tag
What are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP...
Namespaces In Kubernetes, Namespaces serve as a critical feature for creating isolated environments within the same physical cluster. Think of them as...
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...
What is minikube? Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? CI/CD stands for Continous Integration and...
Introduction Jenkins stands as a widely used open-source automation server, facilitating the automatic building, testing, and deployment of...