#kubernetes
Read more stories on Hashnode
Articles with this tag
#90daysofdevopschallenge ยท 1.What is Kubernetes and why it is important? Kubernetes is a container management tool that we call it as an orchestration...
#90dayasofdevopschallenge ยท ๐ What are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has...
#90daysofdevopschallenge ยท ๐ What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and...
Day - 32 #90daysofdevopschallenge ยท ๐ What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for...
#90daysofdevopschallenge ยท ๐ What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a...
#90daysofdevopschallenge ยท ๐ What about doing some hands-on now? Let's read about minikube and implement k8s in our local machine What is...