Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgl/eks-anywhere-vagrant
my eks-anywhere playground wrapped in a vagrant environment
https://github.com/rgl/eks-anywhere-vagrant
eks-anywhere k8s
Last synced: 25 days ago
JSON representation
my eks-anywhere playground wrapped in a vagrant environment
- Host: GitHub
- URL: https://github.com/rgl/eks-anywhere-vagrant
- Owner: rgl
- Created: 2023-06-22T06:48:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T08:26:28.000Z (over 1 year ago)
- Last Synced: 2024-10-26T13:07:30.568Z (2 months ago)
- Topics: eks-anywhere, k8s
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is my [eks-anywhere](https://github.com/aws/eks-anywhere) playground wrapped in a vagrant environment.
## Usage
Install the [ubuntu-22.04-amd64](https://github.com/rgl/ubuntu-vagrant) vagrant box.
Launch the environment:
```bash
time vagrant up --provider=libvirt --no-destroy-on-error --no-tty
```