Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SSL configuration between the load balancer and the backend servers (worker nodes) in the backend set is known as backend SSL. In this case, the backend set is referring to Platform Pod on worker nodes. To implement backend SSL, you store the SSL certificates and private key in the form of Kubernetes secret.

We You already have server certificate, CA certificate and private key generated from the previous section. These certificates and private key can be reuse reused to generate the kubernetes Kubernetes secret needed by the backend set.

...