#automation
Read more stories on Hashnode
Articles with this tag
Amazon EC2 or Amazon Elastic Compute Cloud can give you secure, reliable, high-performance, and cost-effective computing infrastructure to meet...
What are persistent volumes in K8s? In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an...
What are services in K8s? In Kubernetes, a Service is a method for exposing a network application that is running as one or more Pods in your...
What is Deployment in k8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a...