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

Configure dev environment based in k3d #590

Merged
merged 6 commits into from
Dec 31, 2024
Merged

Configure dev environment based in k3d #590

merged 6 commits into from
Dec 31, 2024

Conversation

ricsanfre
Copy link
Owner

@ricsanfre ricsanfre commented Dec 31, 2024

Adding dev environment using dockerized version of kubernetes (k3d)

  • A dedicated docker network is configured for the cluster
  • k3d cluster installed disabling flannel CNI, kube-proxy and load balancer.
  • Cilium is installed as CNI which also takes care of the routing which was handled by kube-proxy.
  • Cilium L2-LB awareness is enabled, and a set of IP’s are configured for Loadbalancers services and advertised via L2 announcements.
  • Docker cluster nodes and Load balancer Kubernetes services are reachable from local host through docker network

Closes #479

@ricsanfre ricsanfre merged commit abd9447 into master Dec 31, 2024
1 check passed
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.

Pi cluster development environment with docker
1 participant