kubernetes blog

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

[Kubernetes] The method of obtaining Kubernetes image in China

78480241First, Background introduction 众所周知,由于国内网络原因,在搭建 Kubernetes 环境时,经常遇到必须的镜像找不到的情况。 到 DockerHub 捡垃圾毕竟不是个好办法,本文就教大家在 DockerHub 搭建自己的镜像仓库。 要求:有 GitHub 账号,有 DockerHub 账号,没有请注册。Ii. Basic Steps2.1 登陆 GitHub,创建代码仓库,比如:googlecontainer2.2 克隆代码(地址换成你的)#git Clone Https://github.com/SataQiu/googlecontainer.git2.3 Writing Dockerfile (take dashboard as an example)[Plain] View plain copy#cd Googlecontainer#mkdir Dashboard#cd Dashboard#vi

Kubernetes of Docker Container management

Kubernetes is Google's Open source container cluster management system. It is built on Docker technology and provides a whole set of functions, such as resource scheduling, deployment operation, service discovery, expansion and contraction capacity, for containerized applications, which can be regarded as Mini-paas platform based on container technology. The purpose of this article is to comb the architecture, concepts, and basic workflows of

CENTOS7 Yum Installation Kubernetes 1.1

configuration, it is because Docker's bridge starts before the flannel causes a conflictRemove Docker 0IP link Set dev Docker0 downbrctl delbr Docker0Vi/usr/lib/systemd/system/docker.service modified as follows:[Unit] Description=docker Application Container enginedocumentation=http://docs.docker.comafter=flanneld.servicewants= Docker-storage-setup.servicerequires=flanneld.servicesystemctl Restart Docker#验证#在每个minions可以看到2块网卡: Docker0 and Flannel0, the IP address of these 2 NICs is different on

Kubernetes 1.8 High-availability installation (ii)

/ca.pem--embed-certs=true- -server=${kube_apiserver}--kubeconfig=kube-proxy.kubeconfig# Set client authentication Parameters kubectl Config set-credentials kube-proxy-- Client-certificate=/etc/kubernetes/pki/kube-proxy.pem--client-key=/etc/kubernetes/pki/kube-proxy-key.pem--Embed-certs=true--kubeconfig=kube-proxy.kubeconfig# Setting context Parameters kubectl Config Set-context default--cluster=

Spark 2.3.0+kubernetes Application Deployment

spark2.3.0+kubernetes Application Deployment Spark can be run in Kubernetes managed clusters, using native kubernetes scheduling features have been added to spark. At present, kubernetes scheduling is experimental, in future versions, Spark may have behavioral changes in configuration, container images, and portals. (1

Kubernetes architecture and component introduction of open-source container Cluster Management System

Kubernetes architecture and component introduction of open-source container Cluster Management System This article is based on an Infoq article (see the reference section) and has been modified based on your understanding in difficult areas. For more information about deploying kubernetes on Ubuntu, see. Together we will ensure that Kubernetes is a strong and ope

Kubernetes General Architecture Diagram

This article CSDN blog address: http://blog.csdn.net/huwh_/article/details/71308171First, the kubernetes of the general structure of the two, kubernetes each component introduction (a) kube-master[control node] Workflow Flowchart for Master Kubecfg sends a specific request, such as creating a pod, to the

Application Data Persistence for Kubernetes

1. Stateless applications and stateful applications with stateful and stateless applications are based on the need for persistent data retention, i.e. the application of persisted data is a stateful application, whereas a stateless one. Common systems are often stateful applications, such as microblogging and such applications, where all users publish content and messages to keep records. However, a system is often composed of many microservices or smaller application modules. Some microservices

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/

Detailed guide for manual installation and deployment of Kubernetes on Ubuntu, ubuntukubernetes

Detailed guide for manual installation and deployment of Kubernetes on Ubuntu, ubuntukubernetes Background Two Ubuntu16.04 servers: 192.168.56.160 and 192.168.56.161. Kubernetes version: 1.5.5 Docker version: 1.12.6 Etcd version: 2.2.1 Flannel version: 0.5.6 Among them, 160 servers are both master nodes of Kubernetes and node nodes. 161 servers are only node node

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

clusterrolebinding kubelet-bootstrap--clusterrole=system:node-bootstrapper--user=kubelet-bootstrapFifth step: Start Kubelet on the node server, you can view the CSR certificate on MasterAfter the certificate is generated, you need to allow the certificateKUBECTL Certificate Approve certificate name (that is, the name value above)Then you can see the status of the cluster.KUBECTL Get nodeAt this point, the k8s cluster deployment is complete.Next, we'll test the deployment WebUI.See3. Deploy WebU

Installation of Kubernetes

Get Source code Latest installation package, GitHubThe experiment of the 1.10.0 binary package download, Baidu network disk Machine Environment Kubernetes Roles IP Address Hostname Master 192.168.142.161 Kubernetes-node1.example.com Node 192.168.142.162 Kubernetes

Take your hand to quickly create a kubernetes cluster with Docker (with detailed code and hands-on video)

noted your connection token. $ sudo kubeadm join--token c30633.d178035db2b4bb9a 10.0.0.5:6443--discovery-token-ca-cert-hash sha256: second, the installation of network Many network vendors can provide services for kubernetes, but all need to be set up, so I'm going to use weave Net in Weaveworks for a demo because it's one of the most popular choices in the Kubernetes community. It can work without a

Kubernetes Cluster management platform based on Python+django

the original is from the "Listen to Cloud Technology blog": http://blog.tingyun.com/web/article/detail/1345Today, contact Kubernetes also has a period of time, and most of our business has been stably run in different sizes of kubernetes clusters, we have to say, whether from the application deployment, iteration, or resource scheduling management and other aspec

Deployment and expansion of Kubernetes Cluster Foundation through rancher

A description of the application scenarioContinuous tracking research kubernetes also for some time, kubernetes as Google open-source production-level container scheduling system from open source has received a lot of attention. A number of research and development companies have researched Kubernetes's design concepts and application scenarios and soon organized developers to combine

KUBERNETES-1.52 Cluster Construction

KUBERNETES cluster to build the basic environmentSystem Environment # Cat/etc/redhat-releasecentos Linux release 7.3.1611 (Core) Host name Settings Centos-master 192.168.59.135centos-minion1 192.168.59.132centos-minion2 192.168.59.133Restart server after SELinux and Firewalld are turned off# systemctl Stop firewalld# systemctl disable firewalld# setenforce 0# sed-i ' s/^selinux=.*/selinux=disableds/'/etc/seli Nux/configMaster Node Installation D

Kubernetes Cluster dashboard plug-in installation

This is a creation in Article, where the information may have evolved or changed. The first time I installed Kubernetes 1.3.7 Cluster with the kube-up.sh script, I have successfully installed Kubernetes dashboard addon OK. So far the operation in this environment is very stable. However, after all, it is a test environment, some configurations can not meet the requirements of the production environment, suc

Introduction to Kubernetes system Architecture __java

Kubernetes, as an important member of the Docker ecosystem, is an open source version of Google's many years of large-scale container management technology, as Urs Hölzle said, whether it is a public cloud or a private cloud or even a hybrid cloud, kubernetes will be used as an application for any The container management framework for any environment is ubiquitous. Because of this, it is now favored by maj

Introduction to Kubernetes system architecture

1. Preface Together we'll ensure that Kubernetes are a strong and open container management framework for all application and in any Environment, whether in a private, public or hybrid cloud. Urs Hölzle, GoogleAs an important member of the Docker ecosystem, Kubernetes is an open source version of Google's large-scale container management technology for many years, and is the best practice for

Kubernetes 1.5 Configuration Dashboard

-controller.yamlkubectl create-f Dashboard-service.yamlOnce started, you can view the nodeport of the map by following these instructions:[[email protected] kubernetes]# kubectl Get svc--namespace=kube-systemname cluster-ip External-ip PORT (S) agekube-dns 10.254.0.100 The following access addresses are available for access:http://10.5.10.116:8080/uihttp://10.5.10.116:30097Dashboard interface650) this.width=650; "src=" Http://images2015.cnblogs.com/

Total Pages: 15 1 .... 3 4 5 6 7 .... 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.