Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 838 Bytes

README.md

File metadata and controls

56 lines (44 loc) · 838 Bytes

Dev Container Features: Cloud Native Tools

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

Features

packer

{
    "image": "debian:latest",
    "features": {
        "ghcr.io/dylanrhysscott/cloud-native-features/packer:1": {},
    }
}
$ packer --help

terraform

{
    "image": "debian:latest",
    "features": {
        "ghcr.io/dylanrhysscott/cloud-native-features/terraform:1": {},
    }
}
$ terraform --help

kubetools

{
    "image": "debian:latest",
    "features": {
        "ghcr.io/dylanrhysscott/cloud-native-features/kubetools:0": {},
    }
}
$ kubectl --help
$ kubectx --help
$ kubens --help