https://github.com/devopsmariocom/vagrantbox-alpine38-docker-kubectl
Vagrant box with docker and kubectl
https://github.com/devopsmariocom/vagrantbox-alpine38-docker-kubectl
Last synced: about 1 year ago
JSON representation
Vagrant box with docker and kubectl
- Host: GitHub
- URL: https://github.com/devopsmariocom/vagrantbox-alpine38-docker-kubectl
- Owner: devopsmariocom
- License: mit
- Created: 2019-08-29T06:20:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T22:17:47.000Z (over 6 years ago)
- Last Synced: 2025-02-25T00:07:20.158Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrantbox-alpine38-docker-kubectl
Vagrant box with docker and kubectl
## Setup
vagrant init embedit/k8s --box-version 1
vagrant up
`🔑 If you need to forward ssh keys add 'config.ssh.forward_agent = true' to Vagrantfile`
## Use
vagrant ssh --command "docker ps"
vagrant ssh --command "kubectl"