Skip to content

dylanrhysscott/cloud-native-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A repo containing VSCode features for Cloud Native Development

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages