You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Aleksandr Didenko ec77f046fb Update CCP installation instructions 8 years ago
..
README.md New playbooks for k8s service and examples 8 years ago
nginx-backends.yaml New playbooks for k8s service and examples 8 years ago
nginx-frontend.yaml New playbooks for k8s service and examples 8 years ago

README.md

Nginx example with external IPs

  • Edit nginx-frontend.yaml and update externalIPs to the list of external IPs of your k8s minions

  • Deploy:

kubectl create -f nginx-backends.yaml
kubectl create -f nginx-frontend.yaml
  • Check:
curl $ANY_MINION_EXTERNAL_IP