Deployah bridges the gap between complex Helm charts and resource-heavy cluster-side setups. Designed for simplicity, this CLI lets users turn a brief application specification into a live Helm release on Kubernetes without requiring extensive Helm knowledge or cluster-side configuration. Streamline app deployments effortlessly.
Deployah is an innovative command-line interface (CLI) designed to streamline the deployment of applications to Kubernetes without requiring extensive knowledge of Helm, Kubernetes, or complex cluster setups. With Deployah, users can easily convert a concise application specification into a fully functioning Helm release, simplifying the deployment process to just one binary.
helm, kubectl, or kind. Deployah includes these as libraries, significantly reducing setup complexity and the potential for configuration conflicts.Deployah operates in a systematic three-phase process:
To get started, simply:
deployah cluster up
deployah.yaml file:
apiVersion: v1-alpha.2
project: my-first-app
components:
web:
image: nginx:latest
port: 80
environments: [local]
expose: true
deployah deploy local
deployah status my-first-app
Deployah is ideal for teams looking to accelerate application deployment in Kubernetes, ensuring a seamless integration experience without heavy lifting.
No comments yet.
Sign in to be the first to comment.