#kubernetes
Read more stories on Hashnode
Articles with this tag
Today, let's delve into the internal workings of Kubernetes secrets. When you create a secret in a Kubernetes environment, do you believe it's...
Imagine you have an application pod running in a Kubernetes environment at version v1. You've developed v2, and now you want to deploy it. But how...
Let's dive into understanding static pods. To begin, let's explore how pods are scheduled on a node. Pod scheduling involves three main components:...
Suppose you've selected nodes with varying memory and CPU specifications to run your application or cronjob. You aim to restrict these pods or the...