#kubeweek
Read more stories on Hashnode
Articles with this tag
Applications Failure Check Accessibility A two-tier application has a web and database server. The database pods host a database and serve the web...
Autoscaling in Kubernetes Whenever there is unusual traffic we can scale our deployments accordingly but monitoring our traffic continuously and...
Volumes Containers are ephemeral. One problem is when the container crashes the data is lost. The kubelet restarts the container but is in a clean...
Kubernetes Service A Service is a round-robin load balancer for all the pods, which match its name or selector. It constantly monitors the pods, in...
Workloads A workload is an application running on Kubernetes. Whether your workload is a single component or several that work together, on Kubernetes...
Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Google originally designed...