kubernetes coreos

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

Openvswitch GRE implementation of Kubernetes network model

1. PrefaceKubernetes designed a special network model that deviates from the native Docker network model. In this design, Kubernetes defines an abstract concept: pods, each pod is a collection of containers, and there is a shared IP, and all containers share the same network namespace. Pods can communicate not only with physical machines, but also between containers across the network. Kubernetes's ip-per-pod design idea has many benefits, such as: Fr

Zhejiang University Software Engineering Laboratory analysis of Docker and kubernetes articles

isolation, 2015.03.13, http://www.sel.zju.edu.cn/?p=556Kernel knowledge behind Docker--cgroups resource limitations, 2015.04.22, http://www.sel.zju.edu.cn/?p=573Container management behind Docker--libcontainer depth analysis, 2015.06.03, http://www.sel.zju.edu.cn/?p=577Play Docker Mirror, 2014.12.16, http://www.sel.zju.edu.cn/?p=296In-depth understanding of ETCD technology sharing ppt, 2015.01.20, http://www.sel.zju.edu.cn/?p=467ETCD: From the application scenario to the realization principle o

Kubernetes 1.9 clusters use traefik to publish services

Kubernetes 1.9 clusters use traefik to publish services This section describes how to use traefik to publish services in the kubernetes 1.5.2 cluster environment. Traefik is deployed in the daemonset mode. The http protocol is used to connect to the api-server, and rbac is not configured. This article describes how to deploy traefik in k8s 1.9 using deployment for service release. Before starting, You Need

Kubernetes's Kubectl common commands

This article transferred from: http://blog.csdn.net/xingwangc2014/article/details/51204224Kubernetes through the kube-apiserver as the entire cluster management portal. Apiserver is the primary management node for the entire cluster, where the user configures and organizes the cluster through Apiserver, while the interactions between the nodes in the cluster and the ETCD store interact with the Apiserver. Apiserver implements a set of Restfull interfaces that allow users to interact directly wit

Kubernetes Safety Certification Related Materials

1, kubernetes installation of the creation of Kubeconfig filehttps://jimmysong.io/blogs/kubernetes-create-kubeconfig/2. Easy to understand kubernetes authentication functionhttp://qinghua.github.io/kubernetes-security/3. Security Configuration of Kubernetes clusterhttp://ton

Quickly deploy kubernetes clusters using Rancher's Rke

Brief Description:This article covers 3 Ubuntu machines, 1 Rke deployment Machines (192.168.3.161), 2 kubernetes cluster machines (3.162 and 3.163).On the Windows machine, download the rke_linux-amd64 from GitHub, rename it to Rke, edit the cluster.yml cluster deployment file, and upload the file to the 3.161 machine using the PSCP command provided by Putty. On the 3.161 machine, execute the rke command to deploy the cluster to the 3.162 and 3.163 mac

Quickly deploy kubernetes clusters using Rancher's Rke

Brief description:This article covers 3 Ubuntu machines, 1 Rke deployment Machines (192.168.3.161), 2 kubernetes cluster machines (3.162 and 3.163).On the Windows machine, download the rke_linux-amd64 from GitHub, rename it to Rke, edit the cluster.yml cluster deployment file, and upload the file to the 3.161 machine using the PSCP command provided by Putty. On the 3.161 machine, execute the rke command to deploy the cluster to the 3.162 and 3.163 mac

Kubernetes using NFS as a shared storage

Kubernetes using NFS as a shared storageKubernetes managed containers are encapsulated, and sometimes we need to put logs from the container running locally or shared storage to prevent the container from going down, and the logs can also analyze the problem. Kubernetes's shared storage scheme is currently more prevalent in three, namely: Nfs,glusterfs and Ceph.Previously wrote an article kubernetes use Glu

Kubernetes two development (mainly to develop the API to meet their own business)

kubernetes clinet-go Development (I.) Kubernetes currently provides two ways to create the required pod,service,replicationcontroller, one is through Kubectl create-f, a restful interface via HTTP, because of the work item's reason, Need to be customized according to the actual business needs of the development of K8s API, I used the library is the official, code base address: Https://github.com/

The way of Openstack+kubernetes+docker micro-service--elastic expansion

Service on the line to the top of the live pressure, carry the test, or to be said or we do things brother, remember this scene above? The old method is a service cluster deployment, but there is always a limit, before with Ali when they have a flexible calculation can be set by the CPU's threshold to dynamically expand and shrink computing capacity, at that time the feeling is very strong, at least at that time our conventional approach is difficult to do, Did not expect to have

Kubernetes (k8s) Cluster Management Docker container (concept chapter)

kubernetes Introduction Kubernetes is a container cluster management system that Google Open-source in June 2014, using the Go language development, Kubernetes also called k8s. K8s is a Borg container cluster management system inside Google, Borg has been operating on Google's mass production for 10 years. K8s is mainly used for automated deployment, expansion

Kubernetes Cluster Log Management

Kubernetes has developed a Elasticsearch add-on to enable log management of the cluster. This is a combination of Elasticsearch, FLUENTD and Kibana. Elasticsearch is a search engine that is responsible for storing logs and providing query interfaces; Fluentd is responsible for collecting logs from Kubernetes and sending Elasticsearch;kibana a Web GUI that users can browse and search for stored in Logs in th

Ambassador Kubernetes Native API Gateway

The introduction on GitHub:Ambassador is a open source kubernetes-native API Gateway built on Envoy, designed for MicroServices . Key features include: Self-Service configuration, via Kubernetes annotations First Class GRPC and HTTP/2 support Support for CORS, timeouts, weighted round robin (Canary), and more Istio Integration Authentication Robust TLS support, including TLS c

Harbor user mechanism, mirroring synchronization, and integration practices with kubernetes

images through projects. Kubernetes in the namespace to isolate resources, in an enterprise-level scenario, the combination of the two can effectively manage and access control of the mirrored resources used by kubernetes, enhancing the security of the image. Especially in multi-tenancy scenarios, the management and access control of multi-tenant mirrored resources can be achieved through a combination of

Scaling Azure kubernetes clusters with Acs-engine

I. When deploying the Kubernetes cluster, we used Acs-engine to generate 3 JSON files and some certificate files, as follows: Apimodel.json-Cluster configuration file Azuredeploy.json-Core Arm (Azure Resource Model) template for deploying k8s clusters Azuredeploy.parameters.json-Deployment parameters file, where parameters can be customized Certificate and Access config Files-kubernetes

Kubernetes Cluster Configuration Dashboard Service

This article will introduce the creation and use of Kube-ui (also called dashboard) on the basis of the previous article. This thing is essentially the WebUI connection Master API interface, through the API to obtain information about the k8s cluster, and then on the web display, for the user is more friendly, the actual use is not very large.One, download the image file and incorporate the unified management of the local warehouse# docker pull docker.io/mritd/

Kubernetes stateful Cluster service deployment and management

There are two requirements for stateful cluster services: one is storage requirements and the other is cluster requirements.For storage requirements, the Kubernetes solution is: Volume, persistent Volume. For PV, in addition to manually creating a PV pool, the storage system can be automatically created by storage class.For cluster requirements, the Kubernetes solution is pet Set. The Pet Set also initializ

Microprofile + Kubernetes, easy to handle Java microservices

To succeed in today's fast-paced development environment,Leveraging container technology and DEVOPS practicesIt is important to build and continuously deliver microservices.As a Java developer,As you integrate the latest tools and development methodologies,You need to take advantage of some of the powerful features of the Java language.Today, we're going to learn how to deploy Java-based microservices applications to Kubernetes clusters using Micropro

Kubernetes/k8s engagement Aliyun loadbalancer/load Balancing

In a production environment kubernetes if you provide only HTTP or HTTPS services, you can use seven-tier load balancing software such as nginx-ingress or Traefik. Of course, you can also expose HTTP or TCP services in a nodeport way. If you do not want to directly use the port number exposed by Nodeport, and the server is running on the Ali Cloud, you can expose the TCP service or Controller service externally using the

"Kubernetes/k8s Source Analysis" Kube-scheduler Source analysis

Objective in the Kubernetes system, Scheduler is the only one in the plugin form of the module, this pluggable design to facilitate user-defined scheduling algorithm, so the source path for the plugin directory of CMD and pkg/scheduler Scheduler is responsible for arranging the pod to the specific node, monitoring the Pods through the interface provided by API Server, acquiring the pod to be scheduled, ranking each node nodes according to a series

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.