on 15-Jul-2019 15:01
We use a child’s sorting toy to explain how Container Ingress Services secures TCP, HTTP, and mutual TLS connections into a Kubernetes cluster using a BIG-IP.
In the video we start with looking at the architecture of Container Ingress Services. The BIG-IP is deployed outside of the cluster and the BIG-IP Controller for Kubernetes is deployed inside the cluster.
The demo walks through using a ConfigMap that contains an AS3 declaration for a TCP, HTTP, and mutual TLS service (running in Istio).
, here's the AS3 declaration / ConfigMap that I used from the video: https://github.com/f5devcentral/f5-k8s-demo/blob/chen.2019.06/chen-k8s-demo/deployment/as3-configmap...