Hi,
I’m new to the game. I got my old laptop laying around and though I can experiment a little bit with rancher 2.0 maybe I like it and move a server to it since the setup there is anyhow based on docker containers. The laptop itself is quite powerful (i7, 12GB of RAM, SSD). Got a fresh install of Ubuntu 18.04 LTS. I installed docker and docker-compose,
Next I started rancher. Docker image pulled fine. Went to browser finished the installation, set admin password and set the public ip address that my router has. I have forward rules on 80 and 443 so traffic reaches this laptop without any issues. Then I add a cluster. Check all 3 node roles and pick up the docker run command and paste it on the same box. I get the nice green message that a node was successfully registered. After a while cluster is all green. I add a work load, something trivial, a simple dummy nginx. I add next an ingress to expose the workload. I point the route53 dns from one my domains with a subdomain name like nginx-test.blablabla.com to my public ip. When I try to access the host I get:
- redirected from http to https
- I reach the login page
So my main questions are: - is this the expected behavior?
- what am I doing wrong? Can someone (pretty please) walk me thru on how to have a simple dumb as they come service exposed?
Thanks a lot!