#kubernetes
Read more stories on Hashnode
Articles with this tag
What is Datadog? The crucial security and monitoring platform for cloud applications is Datadog. To completely observable your apps, infrastructure,...
Deployment When you specify a desired state in a deployment, the deployment controller gradually shifts the current state towards the desired state....
The smallest deployable compute units that Kubernetes allows you to construct and control are called pods. A collection of one or more containers,...
what are Namespaces? Namespaces in Kubernetes offer a way to isolate groupings of resources inside a single cluster. Resources' names must be distinct...
Control Plane kube-apiserver The Kubernetes API is made available via the API server, which is a part of the Kubernetes control plane. The Kubernetes...
What is Kubernetes? Google created the open-source Kubernetes framework for container orchestration. It is made to automate containerized application...