We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensions to snops-cli to build Kubernetes deployments automatically from environment specs, and run the controlplane within k8s
Reduces friction for getting a snops environment setup, allows automated cloud native deployment of isonets.
Deploy containerized agents for a generic size network
snops-cli k8s generate network --validators 4 --clients 4 | kubectl apply -f -
(example command, needs more info to determine if these are real mainnet/testnet/canary nodes or isonet nodes)
Deploy containerized agents for any existing environment
snops-cli k8s generate -f my-env.yaml | kubectl apply -f -
Some mechanism to inject Prometheus/Grafana into the k8s cluster
The text was updated successfully, but these errors were encountered:
No branches or pull requests
✨ Feature
Extensions to snops-cli to build Kubernetes deployments automatically from environment specs, and run the controlplane within k8s
Motivation
Reduces friction for getting a snops environment setup, allows automated cloud native deployment of isonets.
Use cases
Simple isonet creation with ZERO YAML (no config files)
Deploy containerized agents for a generic size network
snops-cli k8s generate network --validators 4 --clients 4 | kubectl apply -f -
(example command, needs more info to determine if these are real mainnet/testnet/canary nodes or isonet nodes)
Simple environment setup
Deploy containerized agents for any existing environment
snops-cli k8s generate -f my-env.yaml | kubectl apply -f -
Example setup with monitoring
Some mechanism to inject Prometheus/Grafana into the k8s cluster
Implementation
The text was updated successfully, but these errors were encountered: