Run k8sbox, Run!

All preparations are complete and you can now run k8sbox to deploy the environment!

Depends on the method you installed k8sbox - run it!

$ k8sbox run -f|--file {path_to_your_environment_template_file.toml}

Well done! But I hope you haven't forgotten that you are still working with the kubernetes cluster. Don't worry, just specify the path to the Kubeconfig file before the command. For example:

$ KUBECONFIG=../kubeconfig.yaml k8sbox run -f|--file {path_to_your_environment_template_file.toml}

Last updated