document is by default in v1.11.2 version
Kube-dns
1.14.10
This document is by default in the 1.14.10 version
Dashboard
1.8.3
This document is by default in the 1.8.3 version
Heapster
v1.5.4
This document is by default in the v1.5.4 version
Influxdb
v1.5.2
This document is by default in the v1.5.2 version
Grafana
v5.0.4
This document is by default in the v5.0.4 version
Reference: http://kubernetes.kansea.com/docs/hellonode/Now you should be able to access this via this address service : Http://EXTERNAL_IP: 8080 or runcurl http://EXTERNAL_IP:8080If you are accessing a new Web service through a browser or CURL, you should see some running logs:kubectl logs One of the great features of Kubernetes is that he can easily expand your application. Suppose you suddenly need to add your app; you just need to tell
OneInstalling DockerYum install-y dockersystemctl enable Docker Systemctl start DockerIi.Installing kubeadm, kubelet and KubectlCat 1. Turn off SELinux2.Some users on Rhel/centos 7 has reported issues with traffic being routed incorrectly due to Iptables being Bypassed. You should ensurenet.bridge.bridge-nf-call-iptablesis set to 1 in yoursysctlconfig, e.g.Cat Reference https://kubernetes.io/docs/setup/independent/install-kubeadm/CentOS7 Deployment
Yaml:https://cloud.weave.works/k8s/scope.yaml?k8s-version=?There are several versions available:["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10"]Modify the service in Yaml to Nodeport-apiversion:v1 kind:service Metadata:name:weave-scope-app Annotations:cloud.weave.works/launcher-info: | { "original-request": { "URL":"/k8s/scope.yaml?k8s-version=v1.10", "Date":"Mon 2018 09:45:08 gmt+0000 (UTC)"
The previous blog has introduced the deployment of a simple kubernetes cluster, but the cluster environment does not have a reasonable network configuration. In the actual production to realize the communication of the components in the cluster, it is necessary to use the network plug-in provided by the third party.Flannel binary Installation1. Download Fannel componentswget https://github.com/coreos/flanne
command to querykubectl exec -it tools-dns-5665d49688-8jrnw /bin/bash
View a record (that is, address record IPv4)
Nslookup-query=a _http._tcp.curl.kube-system
View SRV records (a domain Name System (DNS) resource record that identifies the computer that hosts a particular service)
Nslookup-query=srv _http._tcp.curl.kube-system(Description: Service = 10 (priority) 100 (specific gravity) 80 (port) curl.kube-system.svc.cluster.local (host name).)
also build a private warehouse, upload the pod-infrastructure:latest image to a private repository, and modify the address of this profile.
Start the service:To view ports:
Repeat the above operation on the NODE02 host.
Check the node status on master:Five Building a private warehouse:Kubernetes Management Container If this is the first operation, there may be some waiting time, because the first download of images takes a while. If there is no Docker registry locally, make sure tha
: containers: -name:kube-tomcat image:docker.io/chenyufeng/tomcat-centos imagepullpolicy:always ports: -containerport:8080 nbSp;protocol:tcp args: # uncomment the following line to manually specify Kubernetes API server Host NBSP;NBSP;NBSP;N bsp;# If not specified, Dashboard'll attempt to auto discover the API server and con Nect # to it. Uncomment only if the default is does not work. ---apiserver-host=http://47.97.90.38:8080## Please revise for
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.