kubernetes blog

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

Kubernetes's Kubectl common commands

Haven't written a blog for a long time, the company engaged in a period of 997 is too brutal. 997 End also fast 1 weeks, finally slow down a bit, first two easy article, and then a little work, write a Kubernetes series. This article mainly introduces the kubernetes related commands, for the initial contact Kubernetes

(reprint) Introduction of Kubernetes architecture and components of open source container cluster Management system

Recently in the Docker and her management tools, the selection of kuberetes, by her terminology and concepts to get dizzy ... Read an article is not bad, put it here to share.Address: http://www.linuxidc.com/Linux/2015-12/125757.htmThe citations are as follows:As an important member of the Docker ecosystem, Kubernetes is an open source version of Google's many years of large-scale container management technology and is the best practice for line-of-pr

Kubernetes Basic Concept Summary

1. Basic architecture1.1 MasterThe master node consists mainly of four modules: Apiserver, Scheduler, controller manager, ETCD.    apiserver. Apiserver is responsible for providing restful Kubernetes API service, it is the unified entrance of the System Management Directive, any operation that increases and deletions the resources should be handed over to apiserver processing and then submitted to ETCD. As shown in the architecture diagram, KUBECTL (t

"Container + cloud" Integration: China Open source Enterprise Rapid layout kubernetes

the establishment of enterprise Agile development Culture and other comprehensive system issues."Large industry companies are already thinking about the next-generation enterprise application platform, but there is no consensus that we have to go ahead and layout this thing." Chen Hilen revealed that in 2017 Easystack will also release more products to find the best path for building an enterprise-class container cloud environment for enterprise-native cloud applications. (Wen/Ningchuang)This a

Analysis of Kubernetes Application Deployment model (Principles)

Analysis of Kubernetes Application Deployment model (Principles) Abstract: this series of articles focus on actual deployment and give you a quick grasp of Kubernetes. This article describes the principles and concepts that need to be understood before deployment, including the Kubernetes component structure, functions of each component role, and

Kubernetes 1.5 stateful container via Ceph

In the previous blog post, we completed the Sonarqube deployment through Kubernetes's devlopment and service. Seems to be available, but there is still a big problem. We know that databases like MySQL need to keep data and not lose data. And the container is exactly the moment you exit, all data is lost. Once our Mysql-sonar container is restarted, any subsequent settings we make to Sonarqube will be lost. So we have to find a way to keep the MySQL da

Introduction of kubernetes container arrangement system

Copyright notice: This article by Turboxu original article, reprint please indicate source:Article original link: https://www.qcloud.com/community/article/152Source: Tengyun https://www.qcloud.com/communityKubernetes, an important member of the container orchestration ecosystem, is an open source version of Google's large-scale container management system (Borg) that draws on Google's experience and lessons learned in the production environment over the past decade.

What is Kubernetes?

http://blog.csdn.net/deerlux/article/details/50917751 "Translator according to" the Kubernetes official website document, mainly introduces Kubernetes basic concept as well as the application scene, the k8s design idea, as well as k8s can do does not do. What is Kubernetes? Kubernetes is a container-centric infrastruc

Neutron-based Kubernetes SDN practice Experience

First of all, to everyone popular science under the kubernetes choice of the network interface, a brief introduction of the network implementation of the background.The container network Interface is a set of container networks definition specification, including method specification, parameter specification, response specification and so on. The MLM only requires that network resources be freed when the container is created, when the container is all

Kubernetes Cluster deployment

Given the popularity of Docker, Google launched Kubernetes management docker cluster, and many people are expected to try. Kubernetes is supported by a large number of companies, and the Kubernetes Cluster deployment Tool integrates the IaaS platform such as Gce,coreos,aws, which is also very convenient to deploy. Given that many of the online materials are based

Kubernetes (k8s) Installation deployment process (iv)--master node installation

Once again, the architecture is clear: three virtual machine CentOS 7.4 systems, Docker 17, IP 10.10.90.105 to 107, 105-bit master, and the next master-related components installed on this machine.The ETCD cluster is 3 units, which are reused for each of the 3 virtual machines.As the core of k8s, the master node consists of three components, namely:Three components:kube-apiserverkube-schedulerkube-controller-managerThis three components are closely linked1. Create a TLS certificateThese certific

CENTOS7 Deploying Kubernetes Clusters

Resource link: Https://pan.baidu.com/s/1-PT_QQAf7cTu_znX-S-r9Q Password: 33SRForward: http://blog.51cto.com/lizhenliang/1983392a , Environmental PlanningOperating system: centos7.3_x64Kubernetes installation directory:/opt/kubernetesRelease Notes:kubernetes:v1.9Docker:18.06.0-ceETCD:3.2 Role Ip Component Master 192.168.1.195 EtcdKube-apiserverKube-controller-managerKube-scheduler Node01

Deep anatomy kubernetes API Server Trilogy-Part 3

stability. The format validation of Json-schema for CRD resources can refer to the document CRD validation proposal. Refer to document garbage collection for related resource recycling.Next, let's look at some CRDs limitations: CRD does not provide version conversion functionality, that is, there can be only one version per CRD (not expected to be seen in the near or medium term to support CRD version conversions). In Kubernetes1.7, there is no correlation check validation for CRD at pr

CentOS7 build Kubernetes, ETCD

replicationcontroller and pods to ensure that the number of copies Replicationcontroller defined is always the same as the number of pods actually running.Slave Run two components:· Kubelet: responsible for the control of Docker containers, such as Start/stop, monitor operation status. It periodically obtains pods assigned to the native from Etcd, and starts or stops the appropriate containers based on pod information. It also receives Apiserver HTTP requests to report the status of the pod.Pr

CENTOS7 Deploying KUBERNETES-ETCD Clusters (iii)

1. Download ETCD PackageWgethttps://github.com/coreos/etcd/releases/download/v3.2.18/etcd-v3.2.18-linux-amd64.tar.gz[email protected] src]# TAR-ZXVF etcd-v3.2.18-linux-amd64.tar.gz[email protected] src]# CD ETCD-V3.2.18-LINUX-AMD64[email protected] etcd-v3.2.18-linux-amd64]# CP ETCD etcdctl/opt/kubernetes/bin/[email protected] etcd-v3.2.18-linux-amd64]# SCP etcd etcdctl 192.168.43.22:/opt/kubernetes/bin/[em

Deploying Heketi and Glusterfs in Kubernetes

failed, in fact, needs to be installed on the running deploy-heketi node yum -y install glusterfs-fuse .After all deployments are successful:[[emailprotected] deploy]# kubectl get podNAME READY STATUS RESTARTS AGEcurl-87b54756-wzm66 1/1 Running 0 17hglusterfs-9xj2r 1/1 Running 0 15hglusterfs-kbqpc 1/1 Running 1 15hglusterfs-wwg5w

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/

How to run a Spark cluster in a kubernetes environment

With such a large amount of data, there may be thousands of machines behind it, unable to manually monitor the state of the machine. Therefore, this article introduces the use of the Kubernetes container management tool and, through a simple example, tells you how to build a Spark cluster. Preparation Phase 1. You need to have a running kubernetes cluster and use KUBECTL to configure access permissions for

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

Notes on basic concepts of Kubernetes

Notes on basic concepts of Kubernetes Kubernetes (K8s) is an open-source system for automatically deploying, scaling, and managing containerized applications. It is an "open-source version" of Google's internal tool Borg ". Kubernetes is currently recognized as the most advanced container cluster management tool. After the release of

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