how to install kubernetes

Learn about how to install kubernetes, we have the largest and most updated how to install kubernetes information on alibabacloud.com

To manually generate a certificate for Kubernetes

By default, Kubernetes has a certificate validity period of 1 years when initializing a cluster. Manually generating certificates can avoid this problem. Pull git code git clone https://github.com/fandaye/k8s-tls.git CD k8s-tls/2. Edit the configuration file ' Apiserver.json ' file in the Hosts section, add the corresponding Kubernetes master node hostname and IP address to ', ' number interv

Kubernetes Learning Resources

Reference article:1. Kubernetes Learning Resources1, "Kubernetes and cloud-native application" series of kubernetes system architecture and design concept2, [Docker Professional introduction website Dockerinfo] (Dockerinfo-docker container Technology tutorial, docker information dissemination and service platform)3, [Docker Professional introduction website Docko

Kubernetes Network plugin CNI learning and finishing

Summary Project Background (XX Bank customer): The private cloud on the k8s to run like MySQL in the state of the database services, performance and latency are relatively sensitive, not like the web bias application of stateless delay performance almost acceptable. But the network performance and delay is poor based on overlay mode, and the network architecture is more complex. And banks need to be simple and controllable for IP network management. Sr-iov is based on hardware implementation of

Kubernetes (k8s) cluster deployment (K8S Enterprise Docker container Cluster Management) series Deployment Master/node node components (iv)

0. Preface Overall architecture directory: ASP. NET core distributed project-Directory k8s Schema Catalog: Kubernetes (K8S) cluster deployment (K8S Enterprise Docker container cluster Management) series catalog 1. Deploy Master Components The components of the master server are: Kube-apiserver, Kube-controller-manager, Kube-scheduler So you need to download k8s master,:github.com/kubernetes/

Practical Docker to Kubernetes Technology series video Tutorials

Participants : System engineers, software architects, software engineers, operations engineers, and it elites interested in cloud computingCourse Catalogue:First lesson Why you need to learn Dockerlesson two the container Base command series for Docker combatlesson Three the custom container image for Docker combatFourth lesson of the container interconnection of Docker actual combatFifth lesson Docker's container network mechanism (UP)Sixth lesson The container network mechanism of Docker Comba

Kubernetes Definitive Guide to the best quotations

the style and logic of the above code is no longer familiar: Create a The Schedulerserver object, which passes command-line arguments, and enters the schedulerserver Run method, does not die. --"kubernetes authoritative guide" source code guidance Kubernetes Scheduler Server is implemented by the Kube-scheduler process, which runs on the Kubernetes management nod

Kubernetes Basic Concepts

Basic knowledgeFirst: Docker is an open-source container, in fact this technology is not new. In the early days of Linux, there was a lightweight virtualization system like LXC. Docker is actually just a language to implement. Kubernetes means the helmsman of sailing, it's a powerful orchestration + Monitor + disaster preparedness + load management system for DockerSecond: Kubernetes is a summary and best p

Kubernetes Addons Heapster

First, IntroductionHeapster is a cluster-wide monitoring and event data aggregator. It natively supports kubernetes and can be run on all kubernetes settings. Heapster is run as a cluster in a group, similar to how any other kubernetes application runs. InfluxDB is an open source database written in go that is designed to handle time-series data with hi

Kubernetes Architecture (bottom)-5 minutes a day to play Docker container technology (121)

in the previous section we discussed the services running on the Kubernetes architecture Master,This section discusses node nodes. Node is where the Pod runs, Kubernetes supports Docker, Rkt, and other container runtime. The Kubernetes components running on node have Kubelet, Kube-proxy, and Pod networks (such as flannel).KubeletKubelet is the agent of node, and

The problem of network error in Kubernetes

The problem of network error in Kubernetes System environment#系统版本cat /etc/redhat-releaseCentOS Linux release 7.4.1708 (Core)#kubelet版本kubelet --versionKubernetes v1.10.0#selinux状态getenforceDisabled#系统防火墙状态systemctl status firewalld● firewalld.service - firewalld - dynamic firewall daemonLoaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)Active: inactive (dead) Docs: man:firewalld(1) Pod anomaly Problem#d

Kubernetes Source Analysis--scheduler

Scheduler Source Analysis The last article mainly introduces the principle kubernetes principle of Kubernetes Scheduler--schedulerThis article mainly carries on the analysis to the Kubernetes Scheduler module source code. Scheduler Source Structure Kubernetes Scheduler module in the

Kubernetes notes at the beginning of the demo experience

This article starts with my public number clouddeveloper, and you are welcome to join me in learning cloud computing. From the previous article we know that Kubernetes born in the borg,borg of Google in the beginning of the birth of Kubernetes has been in the internal battle of Google more than 10 years, and does not say its history has a long tradition, it is from Google that talented engineers hand, K

Kubernetes 1.5 + nginxplus Load balancer + Jenkins cluster Combat (i)

/etc/hosts172.18.1.6 k8s-node-1172.18.1.7 k8s-node-2172.18.1.8 k8s-node-3172.18.1.9 k8s-node-42. Installing the ETCD Cluster2.1 K8s-node-1 operation (individual ports can be controlled by themselves)Yum-y Install etcd# Create ETCD Data Modify configuration file,/etc/etcd/etcd.conf need to modify the following parameters: etcd_name=etcd1etcd_listen_peer_urls= "/http 172.18.1.6:2380 "etcd_listen_client_urls=" http://172.18.1.6:2379,http://127.0.0.1:2379

Use Kubernetes to create a PHP message board system

Use Kubernetes to create a PHP message board system This article demonstrates how to use the kubernetes system to create a message board system based on the image files related to kubeguide. Due to limited system resources, the kubernetes cluster has only one master node and slave node. For Docker local repository and kuberne

Create a PHP message board system with Kubernetes

This article demonstrates the use of the kubernetes system to create a PHP and Redis-based message board system based on Kubeguide-related image files, because system resources are limited, and the Kubernetes cluster has only one master node and slave node.Docker local warehouse and kubernetes cluster configuration Please review the previous article.I. Introducti

Building Docker cluster environment based on Kubernetes

Kubernetes is a distributed cluster of Google's Docker based, with the following main components  ETCD: High-availability storage sharing configuration and service discovery, used as a companion to flannel on Minion machines, to enable Docker running on each minion to have different IP segments The ultimate goal is to make the Docker Containner running on different minion have an IP address that is not the same as any other Containner (Docker Containn

Build local Kubernetes env

https://github.com/kubernetes/community/blob/master/contributors/devel/development.md# Building-kubernetes-on-a-local-osshell-environmentDownload various mirrors as requiredGo get GITHUB.COM/TOOLS/GODEPDownload Kubernetes code placed in a temp directoryThen create the K8s.io under Gopath because the import path of the code inside the source is k8s.io/xxx/xxxAfter

Kubernetes Cluster deployment

interfaces, here configured to 0.0.0.0.Kube_api_port= "--port=8080"//apiserver listening port, default 8080, without modification.kubelet_port= "--kubelet_port=10250"//Kubelet listening port, default 10250, no need to modifyKube_etcd_servers//Specify the address of the ETCD nodeKube_service_addresses//This is the IP network segment where the SERVICE will run in the futurekube_api_args= "--secure-port=0"//default is to require HTTPS secure communication, "--secure-port=0" does not require HTTPS

Deploy the Kubernetes cluster under Ubuntu

Preparatory work:Install three virtual machines (Ubuntu14.04.5), where Ubuntu01 (192.168.195.131) represents the master node, Ubuntu02 (192.168.195.132) and Ubuntu03 (192.168.195.133) represent node Nodes. Install Docker (installed by Apt-get) in three virtual machines and run the command docker-v after installation to see if the installation was Successful.Note: 1. Three virtual machines must be able to ping each other.2.

"Linux" "Services" "SaaS" Docker+kubernetes (2. Use bind to build a DNS service)

1. Introduction1.1. Functions implemented: DNS resolution and intelligent forwarding1.2. Official documents:1.3. Basic concept: http://www.cnblogs.com/demonzk/p/6494968.html2. Environment:2.1. os:red Hat Enterprise Linux Server release 7.4 (Maipo)2.2. kernel:3.10.0-693.el7.x86_642.3. bind:9.9.4-51.el7_4.13. Installation:3.1. Operating system: (slightly)3.2. Configure Yum: (slightly)3.2. Install bindYum Install

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.