0.10.0 • Published 11 months ago

@chainfile/cdk8s v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@chainfile/cdk8s

This package contains the CDK8s application that deploys the Chainfile application to a Kubernetes cluster.

Local Development

You can test kubernetes locally with Kubernetes-in-Docker (kind). Kind literally runs Kubernetes in Docker containers where each container is a node in the cluster. Allowing you to test complex Kubernetes configurations locally. To install kind on macOS and set up a cluster, run the following commands:

brew install kind
kind create cluster --name cdk8s

To synth and deploy to the local cluster, run the following commands:

turbo synth
kubectl apply --context kind-cdk8s -f [file_name].k8s.yaml

Other Add-Ons:

kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/high-availability-1.21+.yaml
0.10.0

11 months ago

0.9.0

12 months ago

0.8.0

12 months ago

0.7.2

12 months ago

0.7.1

12 months ago

0.7.0

12 months ago