devops
Kubernetes 101: Service Account
Service accounts in Kubernetes are meant to provide an identity for processes that run in a Pod. While user accounts are designed for humans, service accounts cater to processes, like those inside your Pods.
devops
Service accounts in Kubernetes are meant to provide an identity for processes that run in a Pod. While user accounts are designed for humans, service accounts cater to processes, like those inside your Pods.
devops
Cron is a long-standing feature of Unix-like operating systems, which provides a mechanism to schedule scripts or commands execution at specific intervals.
devops
The Horizontal Pod Autoscaler, commonly referred to as HPA, is a Kubernetes component that automatically scales the number of pods in a deployment, replication controller, replica set, or stateful set based on observed CPU utilization.
devops
In the Kubernetes ecosystem, StatefulSet is a vital resource for managing applications that require persistent state.
devops
Ingress in Kubernetes is a robust API object that manages external access to the services within a cluster.
devops
Facilitating data persistence and sharing, the Volume component is central to Kubernetes' functionality.
devops
Kubernetes Secrets are designed to store and manage sensitive information. Such sensitive information could include tokens, passwords, or ssh keys.
devops
In Kubernetes, a Service is a pivotal abstraction that defines a logical set of Pods through policies describing how to access them.
devops
Deploying resources using Kubernetes manifests is fundamentally about describing the desired state of your system or application in a YAML file.
devops
Pods are the smallest deployable units in Kubernetes that can be created, scheduled, and managed.
devops
Kubernetes (often abbreviated to K8s) is a powerful, open-source system for managing containerized applications across multiple hosts.
devops
ProxySQL is an advanced, high-performance, and GPL licensed MySQL protocol proxy, transforming MySQL into a more robust, scalable, and reliable SQL platform.