#kubeweekchallenge
Read more stories on Hashnode
Articles with this tag
1.What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform originally developed by Google. It...
ConfigMaps in K8S: A ConfigMap is an API object that allows you to store and manage configuration data separately from your application code. It...
What are Namespaces in K8s? In Kubernetes, namespaces are a way to logically divide and isolate resources within a cluster. They provide a scope for...