GitHub

A Visual Studio code dev container feature with a collection of tools to support Cloud Native development environments.

Installs the following command line utilities:

Auto-detects latest versions and installs needed dependencies.

Usage

All the latest versions are installed by default. You can pin a specific version or specify latest or none if you wish to have the latest version or skip the installation of any specific cli. Please see below for an example:

"features": {
    "ghcr.io/rjfmachado/devcontainer-features/cloud-native:1": {
        "kubectl": "latest",
        "helm": "none",
        "kubelogin": "0.0.22"
    }
}

Contributors

Read the original on github.com ↗