k3s용 헬름+yaml+git 배포 자동화 CLI 도구
Project description
🧩 SBKube
SBKube는 YAML, Helm, Git 리소스를 로컬에서 정의하고 k3s 등 Kubernetes 환경에 일관되게 배포할 수 있는 CLI 도구입니다.
k3s용 헬름+yaml+git 배포 자동화 CLI 도구
🚀 빠른 시작
# 설치
pip install sbkube
# 기본 워크플로우
sbkube prepare --base-dir . --app-dir config
sbkube build --base-dir . --app-dir config
sbkube template --base-dir . --app-dir config --output-dir rendered/
sbkube deploy --base-dir . --app-dir config --namespace <namespace>
📚 문서
전체 문서는 **docs/INDEX.md**에서 확인하세요.
- 📖 시작하기 - 설치 및 빠른 시작
- ⚙️ 기능 가이드 - 명령어 및 기능 설명
- 🔧 설정 가이드 - 설정 파일 작성법
- 👨💻 개발자 가이드 - 개발 환경 구성 및 코드 품질 도구
- 📖 사용 예제 - 다양한 배포 시나리오
🔮 활용 목적
SBKube는 ScriptonBasestar가 운영하는 웹호스팅 / 서버호스팅 기반 DevOps 인프라에서 실무적으로 활용되며, 다음과
같은 용도로 발전될 예정입니다:
- 내부 SaaS 플랫폼의 Helm 기반 배포 자동화
- 사용자 정의 YAML 템플릿과 Git 소스 통합 배포
- 오픈소스 DevOps 도구 및 라이브러리의 테스트 베드
- 향후 여러 배포 도구(
sbkube,sbproxy,sbrelease등)의 공통 기반
⚙️ 주요 기능
다단계 워크플로우
prepare → build → template → deploy
지원 애플리케이션 타입
- pull-helm / pull-helm-oci / pull-git - 소스 준비
- copy-app - 로컬 파일 복사
- install-helm / install-yaml / install-action - 배포 방법
설정 기반 관리
- config.yaml - 애플리케이션 정의 및 배포 스펙
- sources.yaml - 외부 소스 정의 (Helm repos, Git repos)
- values/ - Helm 값 파일 디렉토리
💬 지원
📄 라이선스
MIT License - 자세한 내용은 LICENSE 파일을 참조하세요.
🇰🇷 한국 k3s 환경에 특화된 Kubernetes 배포 자동화 도구
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sbkube-0.2.1.tar.gz.
File metadata
- Download URL: sbkube-0.2.1.tar.gz
- Upload date:
- Size: 159.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dfdcfca9efb64a8b68d4f27829772c79d309235260cd6a72575ee1a1097a7a6
|
|
| MD5 |
0a3437a94416e94ae6f8bbe436e55015
|
|
| BLAKE2b-256 |
d9a0fc2273790c8629f6d17abb2e606f949a66e7dbeb9d2eb4745eb55f14a225
|
Provenance
The following attestation bundles were made for sbkube-0.2.1.tar.gz:
Publisher:
python-publish.yml on ScriptonBasestar/sb-kube-app-manager
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sbkube-0.2.1.tar.gz -
Subject digest:
1dfdcfca9efb64a8b68d4f27829772c79d309235260cd6a72575ee1a1097a7a6 - Sigstore transparency entry: 622109876
- Sigstore integration time:
-
Permalink:
ScriptonBasestar/sb-kube-app-manager@2bd25345f62868c3d63aeba58916e39d2495ffde -
Branch / Tag:
refs/tags/v0.2.1 - Owner: https://github.com/ScriptonBasestar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@2bd25345f62868c3d63aeba58916e39d2495ffde -
Trigger Event:
release
-
Statement type:
File details
Details for the file sbkube-0.2.1-py3-none-any.whl.
File metadata
- Download URL: sbkube-0.2.1-py3-none-any.whl
- Upload date:
- Size: 206.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
982282299d2cc4b1e8e8b2de904c1b5b73cf1aa488c59a8b97b8a239d2de82e3
|
|
| MD5 |
8ea41b86373cbf433e73fecadb4a1a3f
|
|
| BLAKE2b-256 |
9aa1c848e25b39787dc96245a4dea8a6d3fb678818f4d157ad188919eab8542e
|
Provenance
The following attestation bundles were made for sbkube-0.2.1-py3-none-any.whl:
Publisher:
python-publish.yml on ScriptonBasestar/sb-kube-app-manager
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sbkube-0.2.1-py3-none-any.whl -
Subject digest:
982282299d2cc4b1e8e8b2de904c1b5b73cf1aa488c59a8b97b8a239d2de82e3 - Sigstore transparency entry: 622109880
- Sigstore integration time:
-
Permalink:
ScriptonBasestar/sb-kube-app-manager@2bd25345f62868c3d63aeba58916e39d2495ffde -
Branch / Tag:
refs/tags/v0.2.1 - Owner: https://github.com/ScriptonBasestar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@2bd25345f62868c3d63aeba58916e39d2495ffde -
Trigger Event:
release
-
Statement type: