Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A fully functional Kubernetes cluster has now been set up successfully.

Insert excerpt
General Kubernetes Preparations
General Kubernetes Preparations
nameterraform state message
nopaneltrue

A RDS PostgreSQL database instance up and running on private subnet VPC with default listening port 5432. The default database postgres is accessible within the cluster at end point db.my-uepe-gke-1.pe-mz.gcp.digitalroute.net with admin username postgres.

...

Code Block
languagebash
gke-gcloud-auth-plugin --version

Command to authorize gcloud access to the Cloud Platform with Google user credentials.

Code Block
gcloud auth login

To bind your local kubectl to the created cluster, run the following command.

...

Persistent Volume (PV) and Persistent Volume Claim (PVC) must be setup before Usage Engine Private Edition Helm Chart installation. The PV and PVC yaml files have already been generated in

<terraform script directory>/manifests/filestore_persistence.yaml.

Change directory to <terraform script directory>/manifests.

To setup Persistent Volume and Persistent Volume Claim:

...