Tag Archives: video

Kubernetes Deployment Order and Dependencies Demystified

In the dynamic world of cloud-native applications, Kubernetes reigns supreme as the orchestrator of containerized microservices. However, mastering the order of deployment of Kubernetes resources and dependencies can be a daunting task, especially since many of us are trying to apply the logic and the processes we had in the past. Let’s try to demystify that with examples that contain applications, databases, database schemas and users, namespaces, and a few other typically managed resources.

Continue reading