#kubernetes
Read more stories on Hashnode
Articles with this tag
What is Autoscaling and Why it is important? Autoscaling means dynamically allocating cluster resources such as CPU and memory to your application...
What is a Secret in Kubernetes ? In kubernetes, a Secret is an object that stores sensitive information such as passwords, OAuth Tokens and SSH keys....
What is a ConfigMap in Kubernetes? A ConfigMap is an API object that lets you store configuration data as a key-value pairs. This data is then...
Applications can become inconsistent for a variety of reasons such as temporary connection loss, configuration errors etc. You can use probes to keep...
Before you get to know how kubernetes work, its essential to understand some of the basic terms used in its ecosystem. Pod: A Pod is one of the...
Introduction: Resource management in kubernetes means specifying and controlling how much of each of the resources such as CPU and memory a container...