k8s安装kubeapps

[root@localhost ~]# helm repo add bitnami https://charts.bitnami.com/bitnami
"bitnami" has been added to your repositories
[root@localhost ~]# helm install --name kubeapps --namespace kubeapps bitnami/kubeapps
NAME:   kubeapps
LAST DEPLOYED: Thu Nov 22 13:57:06 2018
NAMESPACE: kubeapps
STATUS: DEPLOYED

RESOURCES:
==> v1beta1/RoleBinding
NAME                                        AGE
kubeapps-internal-apprepository-controller  1s
kubeapps-internal-tiller-proxy              1s

==> v1beta1/Deployment
kubeapps-mongodb  1s

==> v1beta2/Deployment
kubeapps-internal-apprepository-controller  1s
kubeapps-internal-chartsvc                  1s
kubeapps-internal-dashboard                 1s
kubeapps                                    1s
kubeapps-internal-tiller-proxy              1s

==> v1/ServiceAccount
kubeapps-internal-apprepository-controller  1s
kubeapps-internal-tiller-proxy              1s

==> v1beta1/Role
kubeapps-internal-apprepository-controller  1s
kubeapps-internal-tiller-proxy              1s

==> v1alpha1/AppRepository
stable     1s
incubator  1s
svc-cat    0s
bitnami    0s

==> v1/Pod(related)

NAME                                                         READY  STATUS             RESTARTS  AGE
kubeapps-mongodb-89c57f6f9-grlds                             0/1    ContainerCreating  0         1s
kubeapps-internal-apprepository-controller-7b954598b9-zqcft  0/1    Pending            0         1s
kubeapps-internal-chartsvc-8b95b497f-c77cg                   0/1    ContainerCreating  0         1s
kubeapps-internal-chartsvc-8b95b497f-gqtlb                   0/1    Pending            0         1s
kubeapps-internal-dashboard-64c7586bd7-2tzd8                 0/1    Pending            0         1s
kubeapps-internal-dashboard-64c7586bd7-j7lrq                 0/1    ContainerCreating  0         1s
kubeapps-769bc4c7b6-5jh78                                    0/1    Pending            0         1s
kubeapps-769bc4c7b6-vq4x8                                    0/1    Pending            0         1s
kubeapps-internal-tiller-proxy-54b5f87545-5dpf6              0/1    Pending            0         1s
kubeapps-internal-tiller-proxy-54b5f87545-ljzt6              0/1    Pending            0         1s

==> v1/ConfigMap

NAME                                AGE
kubeapps-internal-dashboard-config  1s
kubeapps-frontend-config            1s

==> v1/Service
kubeapps-mongodb                1s
kubeapps-internal-chartsvc      1s
kubeapps-internal-dashboard     1s
kubeapps                        1s
kubeapps-internal-tiller-proxy  1s


NOTES:
** Please be patient while the chart is being deployed **

Tip:

  Watch the deployment status using the command: kubectl get pods -w --namespace kubeapps

Kubeapps can be accessed via port 80 on the following DNS name from within your cluster:

   kubeapps.kubeapps.svc.cluster.local

To access Kubeapps from outside your K8s cluster, follow the steps below:

1. Get the Kubeapps URL by running these commands:

   echo "Kubeapps URL: http://127.0.0.1:8080"
   export POD_NAME=$(kubectl get pods --namespace kubeapps -l "app=kubeapps" -o jsonpath="{.items[0].metadata.name}")
   kubectl port-forward --namespace kubeapps $POD_NAME 8080:8080

2. Open a browser and access Kubeapps using the obtained URL.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

少陽君

谢谢老板的拿铁

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值