[k8s]helm原理&私有庫搭建&monocularui和kubeapp探究


  • 運行最簡單的charts示例

helm的2個chart例子:
https://github.com/kubernetes/helm/tree/master/docs/examples/nginx

helm fetch xxx # 得到tgz

helm install --dry-run --debug docs/examples/nginx ## 查看模板和value組合后生成的yaml.

diy yaml后再運行
  • 構建charts私有倉庫:

參考:
https://github.com/rootsongjc/kubernetes-handbook/blob/a44ca7efac0b04bf130a4c39ceba3473b9c34210/practice/create-private-charts-repo.md
https://jimmysong.io/posts/manage-kubernetes-native-app-with-helm/

  • 啟動本地倉庫
helm serve
  • 添加本地倉庫
                倉庫名  倉庫地址
helm repo add monocular https://kubernetes-helm.github.io/monocular

第三方helm ui

https://github.com/kubernetes-helm/monocular

還有另一個和這個類似的:
https://github.com/kubeapps/kubeapps

todo:

研究monocular和kubeapps把私有庫搞起來.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM