New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@chainfile/cdk8s

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainfile/cdk8s

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

latest
Source
npmnpm
Version
0.10.0
Version published
Maintainers
0
Created
Source

@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:

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

FAQs

Package last updated on 12 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts