#devops
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...
AWS: Amazon Web Services is one of the most popular Cloud Providers that have a free tier for students and Cloud enthusiasts for their Hands-on while...
What is Kubernetes and why it is important? Kubernetes is an open-source orchestration tool developed by Google for managing micro-services or...
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 ConfigMaps in k8s? A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as...
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...