March 2017
Intermediate to advanced
290 pages
5h 35m
English
Now, in the following example, we will be deploying two NGINX replication pods (rc-pod) and exposing them via a service. To understand Kubernetes networking, please refer to the following diagram for more details. Here, an application can be exposed via a virtual IP address, and the request to be proxied, to which replica of pod (load balancer), is taken care of by the service:

Kubernetes networking with OVS bridge
$ mkdir nginx_kube_example $ cd nginx_kube_example
$ vi nginx_pod.yaml ...Read now
Unlock full access