8grams - DevOps Consultant

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.

Kubernetes 101: Jobs and CronJobs

Cron is a long-standing feature of Unix-like operating systems, which provides a mechanism to schedule scripts or commands execution at specific intervals.

Kubernetes 101: Horizontal Pod Autoscaler

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.

Networking 101: Basic Computer Networking

In its essence, a computer network is a system comprising interconnected computing devices that facilitate communication and resource sharing.

Kubernetes 101: Statefulsets

In the Kubernetes ecosystem, StatefulSet is a vital resource for managing applications that require persistent state.

8grams - DevOps Consultant © 2026