Skip navigation links

@Stability(value=Experimental)

Package software.amazon.awscdk.lambdalayer.kubectl

AWS Lambda Layer with kubectl (and helm)

See: Description

Package software.amazon.awscdk.lambdalayer.kubectl Description

AWS Lambda Layer with kubectl (and helm)

---

cdk-constructs: Experimental

The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.


This module exports a single class called KubectlLayer which is a lambda.Layer that bundles the kubectl and the helm command line.

  • Helm Version: 1.20.0
  • Kubectl Version: 3.4.2

Usage:

 // Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
 Object fn = new Function(...);
 fn.addLayers(new KubectlLayer(stack, "KubectlLayer"));
 

kubectl will be installed under /opt/kubectl/kubectl, and helm will be installed under /opt/helm/helm.

Skip navigation links

Copyright © 2021. All rights reserved.