#kubernetes
Read more stories on Hashnode
Articles with this tag
Day 90 of #90daysofdevopschallenge ยท We've reached an incredible milestone: Day 90 of the #90DaysOfDevOps challenge! ๐ It's been a transformative...
This is Day 37 of #90daysofdevops challenge ยท Questions: What is Kubernetes and why it is important? Kubernetes is a container orchestration tool that...
This is Day 36 of #90daysofdevops challenge ยท What are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the...
What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
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...
What are Namespaces and Services in k8s Namespaces: In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace...