Maxat Akbanov's blog
Maxat Akbanov's blog
Follow
Follow
homeAWSkubernetesAnsiblebashSQLGo
Series

kubernetes


Articles in this series

Get started with Kubernetes Annotations

Jul 8, 20244 min read

Annotations in Kubernetes are a way to attach arbitrary non-identifying metadata to objects. They are key-value pairs, and unlike labels, they are not...

Get started with Kubernetes Annotations

Kubernetes Logging Basics: Tracking at Container and Pod Levels

Jul 7, 20246 min read

In Kubernetes, logging at the container and pod levels is essential for monitoring and debugging applications. Kubernetes captures logs from each...

Kubernetes Logging Basics: Tracking at Container and Pod Levels

Kubernetes Pod Anti-Affinity: A Beginner's Guide

Jul 4, 20247 min read

Pod anti-affinity is a Kubernetes feature that allows you to specify that certain pods should not be scheduled on the same nodes as other specified...

Kubernetes Pod Anti-Affinity: A Beginner's Guide

Understanding Ephemeral Storage in Kubernetes

Jul 3, 20247 min read

Ephemeral storage in Kubernetes refers to the storage associated with a pod that exists only for the lifetime of that pod. It is typically used for...

Understanding Ephemeral Storage in Kubernetes

Kubernetes Troubleshooting: Disk Pressure Taint

May 20, 20248 min read

In Kubernetes, a "taint" is a way to mark a node with a specific attribute that repels pods from being scheduled on it, unless those pods have a...

Kubernetes Troubleshooting: Disk Pressure Taint

Get started with Taints and Tolerations in Kubernetes

May 20, 20246 min read

In Kubernetes, taints and tolerations are two distinct concepts used together to control how pods are scheduled on nodes. They help ensure that pods...

Get started with Taints and Tolerations in Kubernetes