https://github.com/berquerant/experimental-k8s-cluster-api
https://github.com/berquerant/experimental-k8s-cluster-api
cluster-api kind kubernetes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/berquerant/experimental-k8s-cluster-api
- Owner: berquerant
- Created: 2023-11-11T19:56:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T20:27:21.000Z (over 2 years ago)
- Last Synced: 2025-02-06T16:58:48.189Z (over 1 year ago)
- Topics: cluster-api, kind, kubernetes
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# experimental-k8s-cluster-api
https://cluster-api.sigs.k8s.io/user/quick-start.html by docker, calico, on macOS.
# Requirements
- [docker](https://www.docker.com/)
- [direnv](https://github.com/direnv/direnv)
# Usage
Install tools.
``` shell
direnv allow
make setup
```
Create management cluster and workload cluster.
``` shell
make cluster
```
Test connectivity between pods.
``` shell
make test
```
Destroy clusters.
``` shell
make clean
```