Skip to content

Instantly share code, notes, and snippets.

@geekbass
Last active September 5, 2018 19:57
Show Gist options
  • Save geekbass/919b192aadc0c6407957a560e3f704f0 to your computer and use it in GitHub Desktop.
Save geekbass/919b192aadc0c6407957a560e3f704f0 to your computer and use it in GitHub Desktop.
kubenode-blue
server {
listen 80;
server_name localhost;
location / {
proxy_pass http://kube-node-0-kubelet.kubernetes-blue.mesos:30001;
sub_filter_types text/html;
sub_filter_once off;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment