GCP (GKE)
GCP (GKE)
Deploy jambonz on Google Kubernetes Engine
GCP (GKE)
You will need:
container.googleapis.com, compute.googleapis.comThe Terraform templates for provisioning a GKE cluster are available here.
gcp/provision-gke-cluster.gcloud auth login && gcloud auth application-default loginterraform.tfvars.example to terraform.tfvars and edit it with your desired settings.terraform init && terraform plan && terraform apply to provision the cluster.gcloud container clusters get-credentials <cluster-name> --region <region> --project <project-id>Once the cluster is provisioned, deploy jambonz using the Helm chart. Follow the instructions in the Helm chart README to configure and install.
After deployment, complete the Post-Install Steps and generate a license key as described in Software Licensing.