firebolt-kubernetes-operator

(★ 12)

Run and manage Firebolt on Kubernetes with the Firebolt Operator

File Explorer

  • .dockerignore
  • .gitignore
  • .golangci.yml
  • .legitignore
  • .release-please-manifest.json
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • Dockerfile
  • Dockerfile.ci
  • go.mod
  • go.sum
  • LICENSE
  • Makefile
  • PROJECT
  • README.md
  • release-please-config.json
  • SECURITY.md
  • version.txt

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

kubectl

View Details ▼

Run commands against Kubernetes clusters.
Some subcommands such as `run` have their own usage documentation.

kubectl get {{pods|service|deployment|ingress|...}} {{[-o|--output]}} wide

List information about a resource with more details:

kubectl label pods {{name}} unhealthy=true

Update specified pod with the label `unhealthy` and the value `true`:

kubectl get all

List all resources with different types:

# Project Badges

// repository documentation