Tag: GKE

Google Cloud: Working with Google Kubernetes Engine Secrets and ConfigMaps

In this lab, you set up configuration information, both encrypted and unencrypted. Encrypted configuration information is stored as secrets. Unencrypted configuration information is stored as ConfigMaps. This approach avoids hard coding such information into code bases. Credentials (like API keys) that belong in secrets should never travel inside code repositories like GitHub (unless they are […]

Google Cloud: Configuring Persistent Storage for Google Kubernetes Engine

PersistentVolumes are storage that is available to a Kubernetes cluster. PersistentVolumeClaims enable Pods to access PersistentVolumes. Without PersistentVolumeClaims Pods are mostly ephemeral, so you should use PersistentVolumeClaims for any data that you expect to survive Pod scaling, updating, or migrating. In this lab, you learn how to perform the following tasks: Create manifests for PersistentVolumes […]

Google Cloud: Configuring Private Kubernetes Cluster

In this lab, you will create a private cluster, and add an authorized network for API access to it. In this lab, you learn how to perform the following tasks: Create and test a private cluster Configure a cluster for authorized network master access Task 1. Create a private cluster In this task, you create […]

Google Cloud: Deploying Jobs on Google Kubernetes Engine

In this lab, you define and run Jobs and CronJobs. In GKE, a Job is a controller object that represents a finite task. Jobs manage a task as it runs to completion, rather than managing an ongoing desired state such as the maintaining the total number of running Pods. CronJobs perform finite, time-related tasks that run […]

Google Cloud: Upgrading Google Kubernetes Engine Clusters

In this lab, you will upgrade a GKE cluster using the Google Cloud Console. Task 1. Deploy a GKE cluster In this task, you use Google Cloud Console to deploy a GKE cluster running a Kubernetes version that is not the most recent release. You will upgrade this cluster to a more recent release in […]

Google Cloud: Deploying Apps using Git and Kubernetes Engine

Google Kubernetes Engine (GKE) provides a managed environment for deploying, managing, and scaling your containerized applications using Google infrastructure. The GKE environment consists of multiple machines (specifically, Compute Engine instances) grouped together to form a cluster. In this lab, we will download a sample app from GitHub and learn how to deploy applications to Kubernetes Engine. Download a sample app from […]

Google Cloud: Configuring Kubernetes Cluster in GCP and Deploy Container

In this tutorial, we are going to learn how to deploy Kubernetes cluster and containers with ease with Google Cloud. Please perform the below steps: Confirm that needed APIs are enabled In the GCP Console, on the Navigation menu click APIs & Services. Scroll down in the list of enabled APIs, and confirm that both of these APIs are […]

Back To Top

Contact Us