firebolt-instance-helm

(★ 13)

Run and manage Firebolt on Kubernetes via Helm

파일 탐색기

  • .editorconfig
  • .gitignore
  • .legitignore
  • .pre-commit-config.yaml
  • .release-please-manifest.json
  • .yamllint.yaml
  • AGENTS.md
  • CLAUDE.md
  • LICENSE
  • local-floci.yaml
  • Makefile
  • README.md
  • release-please-config.json
  • SECURITY.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

helm install

설명 보기 ▼

Install a helm chart.

helm install {{name}} {{repository_name}}/{{chart_name}}

Install a helm chart:

helm install {{name}} {{path/to/source_directory}}

Install a helm chart from an unpacked chart directory:

helm install {{package_name}} {{https://example.com/charts/packagename-1.2.3.tgz}}

Install a helm chart from a URL:

🔍

helm

설명 보기 ▼

Kubernetes 패키지 관리자.
`install`과 같은 하위 명령어에는 자체 사용법 문서가 있음.
더 많은 정보: <https://helm.sh/docs/helm/>.

helm create {{chart_name}}

helm 차트 생성:

helm repo add {{repository_name}}

새로운 helm 레포지토리를 추가:

helm repo {{[ls|list]}}

helm 레포지토리 나열:

🔍

kubectl get

설명 보기 ▼

Get Kubernetes objects and resources.

kubectl get {{[ns|namespaces]}}

Get all namespaces in the current cluster:

kubectl get {{[no|nodes]}} {{[-n|--namespace]}} {{namespace}}

Get nodes in a specified namespace:

kubectl get {{[po|pods]}} {{[-n|--namespace]}} {{namespace}}

Get pods in a specified namespace:

🔍

kubectl rollout

설명 보기 ▼

Manage the rollout of a Kubernetes resource (deployments, daemonsets, and statefulsets).

kubectl rollout restart {{resource_type}}/{{resource_name}}

Start a rolling restart of a resource:

kubectl rollout status {{resource_type}}/{{resource_name}}

Watch the rolling update status of a resource:

kubectl rollout undo {{resource_type}}/{{resource_name}}

Roll back a resource to the previous revision:

# 프로젝트 배지

// repository documentation