This repo contains Dev Container Features for Cloud Native development using Golang as a base with the following optional tools:
- Packer
- Terraform
- Kubectl, Kubectx, KubeNS
{
"image": "debian:latest",
"features": {
"ghcr.io/dylanrhysscott/cloud-native-features/packer:1": {},
}
}
$ packer --help
{
"image": "debian:latest",
"features": {
"ghcr.io/dylanrhysscott/cloud-native-features/terraform:1": {},
}
}
$ terraform --help
{
"image": "debian:latest",
"features": {
"ghcr.io/dylanrhysscott/cloud-native-features/kubetools:0": {},
}
}
$ kubectl --help
$ kubectx --help
$ kubens --help