Helm
Один из самых популярных пакетных менеджеров для Kubernetes.
Установка:
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt-get install apt-transport-https --yes
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm
Репозиторий
Команда | Доп. пар. | Описание |
helm repo | list | Список репозиториев |
add repo_name repo_url |
Добавить репозиторий repo_name с адресом repo_url
|
|
update |
обновить репозиторий |
|
helm search |
repo keyword |
Поиск чартов по репозиториям ключевого слова keyword |
hub keyword |
В официальном репозитории |