Course subjects
Module 1: Introduction to Google Cloud
Use the Google Cloud Console
Use Cloud Shell
Define cloud computing
Identify Google Cloud compute services
Understand regions and zones
Understand the cloud resource hierarchy
Administer your Google Cloud resources
Module 2: Containers and Kubernetes in Google Cloud
Create a container using Cloud Build
Store a container in Container Registry
Understand the relationship between Kubernetes and Google Kubernetes Engine (GKE)
Understand how to choose among Google Cloud Compute platforms
Module 3: Kubernetes Architecture
Understand the architecture of Kubernetes: pods, namespaces
Understand the control-plane components of Kubernetes
Create container images using Google Cloud Build
Store container images in Google Container Registry
Create a Kubernetes Engine cluster
Module 4: Kubernetes Operations
Work with the kubectl command
Inspect the cluster and Pods
View a Pods console output
Sign in to a Pod interactively
Module 5: Deployment, Jobs, and Scaling
Deployments
Ways to create deployments
Services and scaling
Updating deployments
Rolling updates
Blue/green deployments
Canary deployments
Managing deployments
Jobs and CronJobs
Parallel Jobs
CronJobs
Cluster scaling
Downscaling
Node pools
Controlling pod placement
Affinity and Anti-Affinity
Pod placement example
Taints and tolerations
Getting software into your cluster
Module 6: GKE Networking
Module 7: Persistent Data and Storage
Module 8: Access Control and Security in Kubernetes and Kubernetes Engine
Understand Kubernetes authentication and authorisation
Define Kubernetes RBAC roles and role bindings for accessing resources in namespaces
Define Kubernetes RBAC cluster roles and cluster role bindings for accessing cluster-scoped resources
Define Kubernetes pod security policies
Understand the structure of IAM
Define IAM roles and policies for Kubernetes Engine cluster administration
Module 9: Logging and Monitoring
Use Cloud Monitoring to monitor and manage availability and performance
Locate and inspect Kubernetes logs
Create probes for wellness checks on live applications
Module 10: Using Google Cloud Managed Storage Services from Kubernetes Applications
Understand pros and cons for using a managed storage service versus self-managed containerised storage
Enable applications running in GKE to access Google Cloud storage services
Understand use cases for Cloud Storage, Cloud SQL, Cloud Spanner, Cloud Bigtable, Cloud Firestore, and BigQuery from within a Kubernetes application
Module 11: Using CI/CD with Google Kubernetes Engine