Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage class and ingress controller #18

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jeanclei
Copy link

Added storage class and ingress controller via cloudinit

@jeanclei
Copy link
Author

jeanclei commented Feb 14, 2022

@jpetazzo , @fserve
I thoroughly tested the Ingress Controller nginx functionality with metallb, I put the master's public IP to the internet, and what happens is that when I access the master's public IP, it routes it to one of the nodes that will serve with Ingress Controller because one of the nodes is chosen by metallb to be the leader. then I turned off the node that had the IP allocated in the ingress, (see with "kubectl get ing") and I realized that it takes on average 6 minutes for metallb to notice the failure and choose another node to be the leader. despite this high time for failover, I thought it was great to be able to use the nginx ingress controller on the bare metal cluster!

As for the longhorn, it's amazing!

@jeanclei
Copy link
Author

I'm thinking of adding a network load balancing that is also free, so that the master doesn't have the public IP so exposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant