March 2020
Intermediate to advanced
626 pages
14h 45m
English
To create certificates and keys, follow these simple steps:
$ kubectl -n istio-system create secret generic httpbin-keys --from-file=key=$HOME/step/httpbin.key --from-file=cert=$HOME/step/httpbin.crt secret/httpbin-keys created$ kubectl -n istio-system create secret generic bookinfo-keys --from-file=key=$HOME/step/bookinfo.key --from-file=cert=$HOME/step/bookinfo.crt secret/bookinfo-keys created
The certificate and key will be pushed down the container memory of ingress-sds through the SDS, hence avoiding the need for us to mount the certificates ...
Read now
Unlock full access