#trainwithshubham
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 is Kubernetes? Kubernetes is an open-source orchestration tool developed by Google for managing microservices or containerized applications...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? CI/CD stands for Continous Integration and...