Kubernetes

Expose Service Menggunakan Istio Ingress Gateway dengan TLS


Istio Inggress with TLS

$ openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -subj ‘/O= books Inc./CN=books.com’ -keyout books.com.key -out books.com.crt

Lalu silahkan buat secret :

$ kubectl create -n istio-system secret tls books-credential — key= books.com.key — cert= books.com.crt