Creating and Deploying a GKE Cluster
Enable the Kubernetes Engine API
Clone the Repo to Access the Files
git clone https://github.com/linuxacademy/content-gc-essentialscd content-gc-essentials/gke-lab-01
Create the Docker Image
docker build -t la-container-image .gcloud auth configure-dockerdocker tag la-container-image gcr.io/<PROJECT_ID>/la-container-image:v1docker push gcr.io/<PROJECT_ID>/la-container-image:v1
Create the Kubernetes Engine Cluster
Expose the Deployed Workload
Last updated