Kubernetes Engine: Qwik Start

📒 linkarrow-up-right

Overview

Task 1. Set a default compute zone

gcloud config set compute/zone us-central1-a

Task 2. Create a GKE cluster

Task 3. Get authentication credentials for the cluster

Task 4. Deploy an application to the cluster

✔️ Create a new Deployment

✔️ Create a Kubernetes Service

✔️ Inspect the Service

✔️ View the application from your web browser, open a new tab and enter the following address.

Task 5. Deleting the cluster

Summary

  • Get hands-on practice with container creation and application deployment with GKE.

Last updated