-
Hi! Think looks like it solves the same situation I'm in as well! Is this a something you are continuing to run?
I will also need to sync consul services to create Kube services with consul-derive…
-
FluffOS should build/run on OSX with packages installed with homebrew with ease.
-
Hi,
I am trying to run your Kubernetes example.
I was able to achieve to run all pods/services, but when I tried to connect to proxy service (command psql --host my_ip --port 5432 postgres -U stolon…
-
- Ansible version (`ansible --version`): 1.9.6
- Python version (`python --version`): 2.7.5
- Git commit hash or branch: master
- Cloud Environment: bare-metal
- Terraform version (`terraform version`…
-
Getting the following error during provisioning on multiple platforms (aws, do) on master.
```
TASK: [kubernetes-master | wait for apiserver to come up] *********************
failed: [resching-aws-…
ryane updated
8 years ago
-
Seeing an issue with kube-proxy on a v1.2.2 (and v1.1.x) deploy running on CentOS 7. Haven't tested with other combinations yet.
When --proxy-mode=iptables and a Service is defined with a single Pod,…
w1lnx updated
8 years ago
-
Hey guys,
Am I doing something wrong ?
Added kubeworker to vagrant and found some issues:
1. Kubernetes UI not working
2. Kubeworker not registering as kubernetes node
3. Control node is flaky in ku…
-
Forking from #2358 . Copying verbatim. Will follow with more concrete proposal.
/cc @smarterclayton @thockin @jbeda
v1beta3 service spec (which is very similar to v1beta1/2):
```
type ServiceSpec s…
-
Related to #1437, though this isn't the only solution to it.
A number of forms of discovery/naming/addressing are covered by other issues:
- IP-per-service (#1107)
- DNS for services (#1261, #146)
- …
-
There are instances where DNS is the best way to publish the presence of network resources.
Within a Kubernetes cluster minions, containers and services all have distinct IP addresses but in many cas…