https://github.com/addono/kubefed-experiments
https://github.com/addono/kubefed-experiments
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/addono/kubefed-experiments
- Owner: Addono
- Created: 2020-03-12T16:28:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T16:28:57.000Z (almost 6 years ago)
- Last Synced: 2025-05-16T21:12:11.356Z (9 months ago)
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Federated Kubernetes
Deploy clusters
```
minikube start & minikube start -p minikube-slave1 & wait
kubectx minikube
```
Deploy kubefed helm chart
`kubefed join` all clusters
Check if all clusters have joined the federation
```
kubectl get kubefedclusters -n kube-federation-system
```
Enable federation for deployments and services
```
kubefedctl enable deploy
kubefedctl enable service
```
Deploy demo application to the cluster
```
kubectl apply -f nginx-federated-demo/deploy/
```
Setup tunnels for both Minikube instances in different shells
Try to access the service to see if it has launched correctly
