#kubernetes
Read more stories on Hashnode
Articles with this tag
Understanding the EFK Stack The EFK stack collects, stores, and visualizes logs from applications running in Kubernetes. Components: Elasticsearch :...
Recreate Deployment Shuts down old pods before creating new ones. Best for: Downtime-tolerant applications. Rolling Update Gradually replaces...
Kubernetes is a powerful and complex system, so there are several common errors that users might encounter. Here’s a rundown of typical Kubernetes...