小编Rom*_*nde的帖子

如何通过浏览器访问Kubernetes UI?

我使用contrib/ansible脚本安装了Kubernetes .当我运行cluster-info时:

[osboxes@kube-master-def ~]$ kubectl cluster-info
Kubernetes master is running at http://localhost:8080
Elasticsearch is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/elasticsearch-logging
Heapster is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/heapster
Kibana is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/kibana-logging
KubeDNS is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/kube-dns
kubedash is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/kubedash
Grafana is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-grafana
InfluxDB is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb
Run Code Online (Sandbox Code Playgroud)

群集在具有不安全端口的localhost上公开,并通过ssl暴露在安全端口443上

kube 18103 1 0 12:20 ? 00:02:57 /usr/bin/kube-controller-manager --logtostderr=true --v=0 --master=https://10.57.50.161:443 -- kubeconfig=/etc/kubernetes/controller-manager.kubeconfig --service-account-private-key-file=/etc/kubernetes/certs/server.key --root-ca-file=/etc/kubernetes/certs/ca.crt kube 18217 1 0 12:20 ? 00:00:15 /usr/bin/kube-scheduler --logtostderr=true --v=0 --master=https://10.57.50.161:443 --kubeconfig=/etc/kubernetes/scheduler.kubeconfig root 27094 1 …

ssl https kubernetes

17
推荐指数
4
解决办法
4万
查看次数

AWS-CDK单元测试和集成测试

对新建结构进行单元测试和集成测试的正确方法是什么?

实际应该测试什么?应该如何测试?

谢谢!

aws-cdk

6
推荐指数
1
解决办法
1669
查看次数

标签 统计

aws-cdk ×1

https ×1

kubernetes ×1

ssl ×1