Info |
---|
This article instructs on how to install Cloudaware Breeze agent on a Kubernetes clusters cluster running in a private network. One sample of Breeze agent will be installed on a cluster automatically enabling TunHub Gateway on it. Linux only. |
Table of Contents |
---|
...
7. Create two repositories named ‘breeze'breeze-agent' and 'breeze-agent-init’ init' in the private Docker registry.
...
Code Block |
---|
# docker tag breeze-agent-init:latest CONTAINER_REGISTRY_URI/breeze-agent-init:latest # docker push breeze-agent-init:latest CONTAINER_REGISTRY_URI/breeze-agent-init:latest # docker tag breeze-agent:latest CONTAINER_REGISTRY_URI/breeze-agent:latest # docker push breeze-agent:latest CONTAINER_REGISTRY_URI/breeze-agent:latest |
WHERE
- where CONTAINER_REGISTRY_URI
- the fully qualified path to the private registry with the repositories
...
Once Breeze is installed, Cloudaware automatically enables TunHub Gateway for a secure connection with Kubernetes which may be running in a private network.
Go back to Admin → Clouds & Integrations → TunHub. Ensure that the TunHub connection has been created and has a green status.
...