Chapter 3: Deploying to Kubernetes

View in the book. Buy the book.

Let’s get started by deploying an application and making it available on the internet. Later, we’ll update it with a new version.

3.2.1 Creating a cluster

Create Cluster

Create an Autopilot cluster in the UI

3.2.2 Uploading your container

Now it’s time to upload your container to a container registry.

3.2.3 Deploying to Kubernetes

Lets deploy the container to Kubernetes!

3.2.4 The PodSpec

About Kubernetes object composition.

3.2.5 Publishing your Service

Exposing the Deployment to the internet.

3.2.6 Interacting with the Deployment

You can exec into the container to run commands:

3.2.7 Updating your application

Update the deployment manifest with the new version.

3.2.8 Cleaning up

Delete the resources created so far: