This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi all,
I'm trying to set up a home lab with kubernetes. This is what i did so far:
- In my pc installed VMware Workstation 16 Player.
- In VMware installed ESXi with bridged network.
- Created 3 VMs running debian 10 buster.
- Created a cluster with 1 master and 2 nodes.
- Installed Metallb, Nginx Ingress Controller with Helm
helm install ingress-test2-nginx nginx-ingress/ingress-nginx --namespace ingress-test2 \
--set controller.hostNetwork=true \
--set rbac.create=true \
--set controller.kind=DaemonSet \
--set dnsPolicy=ClusterFirstWithHostNet \
--set report-node-internal-ip-address=true
Deployed a simple manifest with Nginx image, service and ingress.
Created Port Forwarding to my router for port 80 for all the IPs that I'm working
Created an Inbound rule for ports 80, 443 to my PC firewall.
- Used Cloudflare as the dns for my domain name.
- Created A record with my Domain.
- Created CNAME with www
My problem is that when i hit my domain name i get that Cloudflare is working but Host Error.
What am I missing so that will work and i could see my site?
Please let me know if you want more info for something else.
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/kubernetes/...