
What is Kubernetes sessions - 8: Extensibility
This blog highlights Kubernetes' flexibility through extensibility, including plugins, Custom Resource Definitions (CRDs), and Custom Controllers. These features enable customizations without altering core code, automate processes, and streamline app-specific tasks.

What is Kubernetes sessions - 7: State
Read about the role of stateful applications in Kubernetes. Learn more about the differences between stateful and stateless apps and best practices for managing state in Kubernetes apps, including planning, deployment, scaling, monitoring, backup, and recovery.