#deployment
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,...