반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- CANARY
- Litmus
- keda
- 카오스 엔지니어링
- gitea
- blue/green
- nginx ingress
- argo rollout
- Kubeflow
- MLflow
- Argo
- Kubernetes 인증
- mlops
- opensearch
- CI/CD
- Kubernetes
- kubernetes operator
- Kopf
- tekton
- Model Serving
- gitops
- seldon core
- opentelemetry
- Continuous Deployment
- argocd
- Pulumi
- serving
- knative
- operator
- 오퍼레이터
Archives
- Today
- Total
목록Viper (1)
Kubernetes 이야기
Viper
Viper 는 Go에서 Configuration을 관리하기 위한 라이브러리이다. 응용 프로그램에 대한 기본값을 설정하거나 다른 파일 유형에서 구성 변수를 로드해야 하는 경우가 많이 있으며 이 경우 Viper를 사용하는 것이 매우 유용할 수 있다. 구성 변수를 실시간으로 읽고, 플래그로 작업하고, 마샬링 및 언마샬링할 수도 있다. https://github.com/spf13/viper GitHub - spf13/viper: Go configuration with fangs Go configuration with fangs. Contribute to spf13/viper development by creating an account on GitHub. github.com 기본값 설정 JSON, TOML, Y..
개발/go
2022. 8. 23. 21:30