3.4.5 Create a Kubernetes Secret with SSL Details for Istio
To enable access to Istio using the HTTPS protocol, you must create a Kubernetes secret that contains details of an SSL key and certificate. MicroTx uses this information to access Istio using HTTPS.
Before you begin, ensure that you have installed Istio in the Kubernetes cluster. See Install the Required Software for Kubernetes.
To create Kubernetes secret with the details of the SSL certificates:
Note down the name of the Kubernetes secret as you will need to provide this detail in the
values.yaml
file to install MicroTx.
Parent topic: Prepare a Kubernetes Cluster