Neil Cresswell

Results 7 issues of Neil Cresswell

Hi there, I have two docker hosts, and each is running an instance of the bind container. One of the instances i have defined as master and the other will...

It seems that there is a limitation either with the ingress network, or the docker_gwbridge network, as its seemingly impossible to expose more than 128 ports externally via ingress on...

So i built a new Ubuntu 16.04 server, vanilla machine... set a fixed IP for it, updated the install_k8s.sh to reflect the IP and then ran sudo ./install_k8s.sh --master and...

Hi there, is there any way to have this web server display a list of files in a directory rather than render the HTML? I would love to mount a...

K2D is based on translating Kubernetes APIs to Docker APIs, which makes Docker a must. It should be possible, in the future, to not require docker, by embedding contained as...

In the Alpha, we did not implement support for ingress, as this was deemed unnecessary for IOT use cases. However, it would be possible to add this if we auto-deploy...

Kubectl port-forward is a useful troubleshooting tool, and it relies on no additional software or services to run. all traffic is routed over https to the kube api. from docs.....