#90daysofdevops
Read more stories on Hashnode
Articles with this tag
What are Kubernetes services? A Kubernetes service can be used to easily expose an application deployed on a set of pods using a single endpoint....
What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...
We are going to setup k8's cluster with flannel network You can choose any provided network as calico, weave etc. Access this repository here . Steps...
Kubernetes Overview Kubernetes, also known as K8s, is an open-source container orchestration platform that automates the deployment, scaling, and...
Questions with their answers What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous...