8 Managed Kubernetes deployment

 

This chapter covers

  • Provisioning a managed Kubernetes cluster
  • Installing the Kubernetes CLI (kubectl)
  • Connecting to a cluster with kubectl
  • Running a container with a deployment
  • Exposing a deployment with a service
  • Container-to-container communication with DNS
  • Load-balancing containers with ingress services

We have now reached our primary destination: the land of Kubernetes. Put simply, Kubernetes runs and manages containers across a cluster of virtual machines. Kubernetes can start, stop, and restart containers; run 0 to N number of container instances; switch or roll back versions; unlock container-to-container communication at scale; manage volumes and storage; inject environment variables; and so much more. K8s, a shorthand for Kubernetes (pronounced “kay eights”), also has a massive third-party ecosystem that extends its capabilities even further. The sheer number of features and third-party tools can make learning Kubernetes seem downright daunting. This chapter focuses on a few key features of Kubernetes that will accomplish two primary objectives: deploy our applications and build a practical foundation for learning more advanced Kubernetes topics.

8.1 Getting started with Kubernetes

 
 
 

8.1.1 Self-service or managed Kubernetes?

 

8.1.2 Provisioning a Kubernetes cluster

 
 
 
 

8.1.3 Core concepts and components

 
 
 

8.2 Connecting to Kubernetes

 
 
 

8.2.1 The Kubernetes dashboard GUI

 
 
 
 

8.2.2 Installing kubectl

 
 
 

8.2.3 Configuring kubectl

 
 
 

8.3 Deploy containers to Kubernetes

 
 
 

8.3.1 Your first pod and Manifest

 
 
 

8.3.2 Your first service

 
 
 

8.3.3 From pods to deployments

 
 
 

8.3.4 Customize NGINX with ConfigMaps

 

8.3.5 Environment Variables with ConfigMaps and Secrets

 
 
 

8.4 Volumes and stateful containers

 
 
 
 

8.4.1 Volumes and deployments

 
 
 

8.4.2 StatefulSets

 
 

8.4.3 Container-to-container communication within Kubernetes

 
 
 

8.4.4 Namespaces to manage cluster resources

 
 

8.5 Deploy apps to production with Kubernetes

 

8.5.1 LoadBalancer services

 

8.5.2 Deploying to Kubernetes with GitHub Actions

 
 

8.6 Summary

 
 
sitemap

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage