
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@chainfile/cdk8s
Advanced tools
This package contains the CDK8s application that deploys the Chainfile application to a Kubernetes cluster.
This package contains the CDK8s application that deploys the Chainfile application to a Kubernetes cluster.
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
FAQs
This package contains the CDK8s application that deploys the Chainfile application to a Kubernetes cluster.
We found that @chainfile/cdk8s demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.