An open API service indexing awesome lists of open source software.

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

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"