Search results

  1. D

    Installing Rancher Kubernetes on LXC

    I decided to use a Ubuntu 18.04 VM and then use https://rancher.com/quick-start/ to install. Works like a charm!
  2. D

    Installing Rancher Kubernetes on LXC

    No probs, I will post my findings here. I saw https://www.youtube.com/watch?v=_Od8Z3iv54M&t=9s and it seems to work fine
  3. D

    Installing Rancher Kubernetes on LXC

    Thanks @r.jochum! Will do! Turns out according to this https://forum.proxmox.com/threads/docker-on-lxc-or-vm.52872/ it's better to not use the LXC for the rancher server. It's better to run the Rancher OS in a VM instead in a LXC. I guess I will need to figure this out.
  4. D

    Installing Rancher Kubernetes on LXC

    Either way I'm fine, as long as I can access kubernetes first via the GUI and later via kubectl.
  5. D

    Installing Rancher Kubernetes on LXC

    I used the command `sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher` to start rancher. Is that not the right command for proxmox LXC's? Is there a tutorial where I could follow and install rancher or rancher OS? Some how I found these tutorials/links -...
  6. D

    Installing Rancher Kubernetes on LXC

    From my server root@rancher:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 306af42d482e rancher/rancher "entrypoint.sh" 9 minutes ago Up 1 second...
  7. D

    Installing Rancher Kubernetes on LXC

    Is that done all on Proxmox VE cluster?
  8. D

    Installing Rancher Kubernetes on LXC

    So I have 8 servers that all have public IPs. The containers could also obtain public IPs. When I tried to access https://<public_ip_container> it doesn't quite work. My browser goes stuck in a loop going to http and then https then back to http. Anything that I can provide from the LXC...
  9. D

    Installing Rancher Kubernetes on LXC

    Guys does anyone know what it takes to deploy and run rancher kubernetes on an LXC container? I'm sure I ran this tutorial https://github.com/polinchw/rancher-kubernetes-on-bare-metal correctly but it seems that when accessing the public IP the rancher interface doesn't show up.