Setting up Google Container Registry
For deploying the TIBCO BusinessEvents application to the Kubernetes cluster, you must push the application Docker image to Google Container Registry.
Alternatively, you can also use VMware Harbor Registry to store and manage application Docker images for your Enterprise PKS deployment. For details, see
Pivotal Docs.
To access Docker images in the Google Container Registry from an environment other than GCP, set up a secret object (containing the credential information) for Kubernetes. You can use this secret object in Kubernetes object specification (YAML) files for your deployment.
Prerequisites
- See Preparing for TIBCO BusinessEvents Containerization
- Docker image of your TIBCO BusinessEvents application. See Building TIBCO BusinessEvents Application Docker Image.
- Download and install the following CLIs on your system:
CLI Download and Installation Reference Kubernetes CLI (kubectl) "Installing the Kubernetes CLI" in Pivotal Docs Google Cloud CLI (gcloud) Google Cloud SDK documentation
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.