Skip to content
Discussion options

You must be logged in to vote

Hi @tim-steg , thanks for starting this discussion!
This may be a bit out of scope for k3d itself, but I'll try to help you here 👍

So from what I understood, you

  • created a cluster with the default ingress controller disabled (--k3s-server-arg "--disable=traefik") and the http (and maybe https) ports mapped to the loadbalancer (e.g. --port 8080:80)
  • deployed the nginx ingress controller
  • deployed an ingress
  • set up /etc/hosts, so that the registered ingress name gets resolved to localhost
    Is that correct?

Can you please paste the k3d cluster create command and the output of kubectl get pods -n kube-system?
Also, how did you deploy nginx? As a DaemonSet?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@timothystegall
Comment options

@iwilltry42
Comment options

Answer selected by timothystegall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants