Setup
In order to deploy EXTO release on a kubernetes cluster we need to first setup a few secrets.
Exto Docker is hosted on the private azure registry. In order to get those images from the exto container registry, you will need the credentials.Contact the support team for these credentails. Once you obtain them, set up a secret kubernetes cluster accordingly. User the below command to create a pull secret.
The above requires the following env variables :
ENV
: Defaults todev
EXTO_ACR
: is the ACR domain.EXTO_ACR_USERNAME
: is the ACR username. Required.EXTO_ACR_PASSWORD
: is the ACR password. Required.
TLS certificate secret. This is required for the ingress controller to serve the tls certicicate.
The above requires
ENV
, which defaults todev
.
By the end of this section, you will have 3 files created.
Last updated
Was this helpful?