博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Monocular-GUI for Helm Charts with Kubernetes
阅读量:6937 次
发布时间:2019-06-27

本文共 1403 字,大约阅读时间需要 4 分钟。

hot3.png

Monocular-GUI for Helm with Kubernetes

Monocular is web-based UI for managing Kubernetes applications packaged as Helm Charts. It allows you to search and discover available charts from multiple repositories, and install them in your cluster with one click.

See Monocular in action at or click to learn more about Helm, Charts and Kubernetes.

Video links

Install

You can use the chart in this repository to install Monocular in your cluster.

Prerequisites

    • Install with Helm: helm install stable/nginx-ingress
    • Minikube/Kubeadm: helm install stable/nginx-ingress --set controller.hostNetwork=true
$ helm repo add monocular https://kubernetes-helm.github.io/monocular$ helm install monocular/monocular

Access Monocular

Use the Ingress endpoint to access your Monocular instance:

# Wait for all pods to be running (this can take a few minutes)$ kubectl get pods --watch$ kubectl get ingressNAME                        HOSTS     ADDRESS         PORTS     AGEtailored-alpaca-monocular   *         192.168.64.30   80        11h

Visit the address specified in the Ingress object in your browser, e.g. .

Read more on how to deploy Monocular .

Documentation

Roadmap

The .

Contribute

This project is still under active development, so you'll likely encounter .

Interested in contributing? Check out the .

Also see for information on how to build and test the code.

转载于:https://my.oschina.net/u/2306127/blog/1621368

你可能感兴趣的文章
docker
查看>>
ArchLinux下LXDE的安装与设置心得
查看>>
【BZOJ】4873: [Shoi2017]寿司餐厅
查看>>
c++函数内部可以返回函数内部定义的指针 但是不能返回函数内部定义的数组...
查看>>
Gym100947E || codeforces 559c 组合数取模
查看>>
HotSpot虚拟机对象的创建过程
查看>>
分布式系统简单理解
查看>>
lf 前后端分离 (4) 价格策略
查看>>
Python_模块介绍
查看>>
dapper 注意事项之GUID
查看>>
windows下安装cygwin及配置
查看>>
C++ cctype定义的函数 - 学习笔记(7)
查看>>
VC++ MSXML创建XML文件以及对XML文档解析
查看>>
定时任务
查看>>
zabbix全网监控介绍
查看>>
C语言:关于socket的基础知识点
查看>>
poj2774 sa模版
查看>>
Kendall’s tau-b,pearson、spearman三种相关性的区别(有空整理信息检索评价指标)
查看>>
一个JS打开链接并隐藏来源的方法
查看>>
洛谷P2512 糖果传递
查看>>