Kubernetes What is Kubernetes Deployment? (Explanation and Strategies) Introduction Imagine we'd have to manually launch hundreds of containers on many different servers. It wouldn't be fun, and it would take a long time. But Kubernetes makes such a task almost easy. We write one YAML manifest file, and tell it we want to run 100 containers on 5
Kubernetes What are Kubernetes Secrets? Introduction In Container Orchestration, Kubernetes is a market leader with great community support. It is an evolved software tool with multiple components working together seamlessly. Kubernetes is well-designed software and illustrates the separation of configuration from the application. Kubernetes provides objects like Secrets to store sensitive data and ConfigMaps to