/cdk8s-cli

Primary LanguageTypeScriptApache License 2.0Apache-2.0

cdk8s-cli

A command-line-interface for CDK for Kubernetes

cdk8s is a software development framework for defining Kubernetes applications using rich object-oriented APIs. It allows developers to leverage the full power of software in order to define abstract components called "constructs" which compose Kubernetes resources or other constructs into higher-level abstractions.

To install the CLI use one of the following methods:

  • npm: npm i -g cdk8s-cli
  • yarn: yarn global add cdk8s-cli

Documentation

See cdk8s.io.

License

This project is distributed under the Apache License, Version 2.0.

This module is part of the cdk8s project.