nikhiljindal / federated-ingress-sample

Sample code for deploying a Kubernetes Cluster federated ingress object

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

federated-ingress-sample

configmaps/zonefetch.yaml - retrieves the zone from the instance metadata server and concatenates into volume mount path

replicasets/nginx-rs.yaml - deploys pods consisting of an nginx and busybox container

ingress/ingress.yaml - creates a load balancer with a global VIP that distributes requests to the closest nginxzone backend

services/nginx.yaml - exposes the nginxzone backend as an external service

About

Sample code for deploying a Kubernetes Cluster federated ingress object