kubernetes command

Alibabacloud.com offers a wide variety of articles about kubernetes command, easily find your kubernetes command information here online.

First-line engineers take you deep into learning and using kubernetes

Http://page.factj.com/tor/xoxaHR0cDovL2RvY2tvbmUuaW8vYXJ0aWNsZS8yMzM0Kubernetes is the Google open-source container cluster management system, which is built on Docker technology to provide containerized applications with resource scheduling, deployment operations, service discovery, capacity expansion and other functions of the entire set, using Kubernetes can easily manage the cross-machine operation of containerized applications.Dockone Community t

Kubeadm Installing the Kubernetes cluster

image source at home, use the image source you uploaded to Ali[[emailprotected] ~]# docker login --username=du11589 registry.cn-shenzhen.aliyuncs.comPassword: Login Succeeded[[emailprotected] ~]# ./kube.sh[[emailprotected] ~]# cat kube.sh #!/bin/bashimages=(kube-proxy-amd64:v1.11.0 kube-scheduler-amd64:v1.11.0 kube-controller-manager-amd64:v1.11.0 kube-apiserver-amd64:v1.11.0 etcd-amd64:3.2.18 coredns:1.1.3 pause-amd64:3.1

Kubernetes How to implement service discovery with Kube-dns

Outline: ? How to discover services in Kubernetes ? How to discover the services provided by pod ? How to use service discovery Services ? How to use the Kube-dns discovery service ? Kube-dns principle ? Composition ? Domain name format ? Configuration Note: this share is based on the Kubernetes 1.2 version!Let's start with a simple example.1.How to discover service

What is the difference between Apache's Mesos and Google's kubernetes?

This is a creation in Article, where the information may have evolved or changed. What is the difference between Apache's Mesos and Google's kubernetes? This article comes from a question on the StackOverflow, mainly discusses the difference between Mesos and kubernetes, I believe many of us also have the question of agreeing. Kubernetes's developer Craig answered the question, while Masi also made an overv

Kubernetes 1.5 Installation

Kubernetes introduced Kubeadm from 1.3 to try to simplify its complex installation. But Kubeadm is still not stable, and I personally think Kubeadm instead of trouble, rather than directly with the script or other automated tools to install the neat. There are also alternatives to HA for KUBEADM configuration master, such as using highly available cluster software such as keepalived or Corosync. So in this document, I will still use the traditional wa

Quickly build kubernetes clusters using rancher and private warehouses

Come on , the first question:Rancher can quickly deploy kubernetes, but its use of the Gcr.io on the mirror cannot download what to do? With rancher you can quickly deploy kubernetes, but what images do we need to download? Rancher Support Private Image warehouse, how to set it? Problem Solving Ideas:Although the domestic network does not have direct access to the Gcr.io server, it has access to the hub.doc

Kubernetes Brief Introduction

First, kubernetes architectureKubernetes is the Google Open Source container cluster Management system, which provides application deployment, maintenance, extension mechanisms and other functions, using kubernetes can easily manage the cross-machine operation of containerized applications, the main functions are as follows:1) Use Docker for application wrapping (package), instantiation (instantiate), and r

Dockone WeChat Share (75): Application of containerized kubernetes practice

This is a creation in Article, where the information may have evolved or changed. "Editor's words" This share is mainly zookeeper, Redis, Kafka, MongoDB and other applications containerized in the Kubernetes platform above practice. The problems of application in integration are analyzed from the aspects of computing, network and storage, and the application of some traditional applications in the process of container design is two times. This paper i

Bocloud Boyun Novel received CNCF kubernetes service provider Certification

Recently, Bocloud Boyun novel formally received the CNCF and Linux Fund certified Kubernetes Service Provider qualification (KCSP), which proves Bocloud Boyun novel activities in the Kubernetes community (including active contribution code), business model supporting enterprise end users , as well as the presence of engineers on the site of the three sides have the corresponding technical strength.The KCSP

Kubernetes pod cannot mount a temporary workaround for Ceph RBD storage volumes

This is a creation in Article, where the information may have evolved or changed. All the places involved in storage are very prone to "pits", Kubernetes is no exception. First, the cause of the problem The problem began yesterday by upgrading the operation of a stateful service. The pod under the service is mounted with a persistent Volume provided with Ceph RBD. The pod is deployed with normal deployment and does not use the Petset in Alpha state. T

Kubernetes's Cronjob timed task

Character string jobtemplate: #job模板 spec:template:spec:containers:-Name:hello-cronjob Image:10.3.1.15:5 000/ubuntu:16.04 command: ["Bash", "-C", "Date;echo Hello from the Kubernetes cluste"] #job具体执行的任务 restartpolicy: OnFailureCreate and view task status:[Email protected]:# kubectl get cronjob NAME SCHEDULE SUSPEND ACTIVE last SCHEDULE agehello */1 * * * * False 0 Then, every minute you execute kubectl ge

Bluemix Deployment (ii) building a kubernetes work environment

This article is connected to the previous article. Build the Kubernetes container in Bluemix.1. Create a clusterThe top left corner of the three horizontal, select the container, and then create the cluster.Note area, free version, give a name, create a cluster bar.Continue to be deployed, this may take 15-30 minutes, I am not sure, in order to give you a tutorial, I deleted my original.The following prerequisites install the tool according to the pro

Configure the dashboard service for a Kubernetes Cluster

Configure the dashboard service for a Kubernetes Cluster This article describes how to create and use kube-ui (also called dashboard) based on the previous article. This is essentially an api interface for connecting webui to the master. It obtains information about the k8s cluster through the api and then displays it on the web, which is more friendly to users, it is not very useful. 1. Download image files and integrate them into the local warehouse

Kubernetes Container Network Interface (midonet) design and implementation of the network plug-in. md

This is a creation in Article, where the information may have evolved or changed. Overview of related principles What is the first thing to say about the MLM? The MLM (Container network interface) is an operation container network specification, including method specification, parameter specification and so on.It only cares about the network connection of the container, allocates network resources when the container is created, and deletes the allocated resources when the container is deleted. B

Create a Kubernetes-dashboard

Create a Kubernetes-dashboard In the previous article (SEE), deploy the Kubernetes-dashboard Based on the deployed kubernetes. It is an official user management Kubernets cluster visualization tool; deploying a dashboard is the same as deploying other applications in kubernets. Just create the Replication Controller and Service services required by the dashboard;

Docker and Kubernetes, the enemy is a friend?

If you're an OPS engineer, you know that Docker is valued at more than $1 billion, and Docker is one of the most popular technology brands. Docker containers are known as the de facto standard for container runtimes, but Google's kubernetes is winning the choreography framework market. When using container technology, we often encounter the question, "will using Kubernetes hurt Docker?" ”Many people believe

Kubernetes notes (1)--hyperkube

hyperkubeStructure definition: type HyperKube struct { Name string // The executable name, used for help and soft-link invocation Long string // A long description of the binary. It will be world wrapped before output. servers []Server baseFlags *pflag.FlagSet out io.Writer helpFlagVal bool} The definition of the Server structure used: // Server describes a server that this binary can morph into.type Server struct { SimpleUsage string // One line desc

Debugging Kubernetes (Delve and Goland)

1. Build from sourceCD Gopathmkdir K8s.ioCD K8s.iogit clone https://github.com/kubernetes/kubernetes.gitNote:make the location of Sure source code at $GOPATH/k8s.io/kubernetesExample:Gopath/src/github.com/xuchencn/xxxxGopath/src/k8s.io/kubernetesCD $GOPATH/k8s.io/kubernetesMakeAfter make find Cmds on "_output/bin/"2.Install DelveFollow the delve ' s toturial to install delveAfter the install you can debugging use delve or use Goland3.Debugging by Gola

Kubernetes creating a container to mount shared storage

Original link: https://www.58jb.com/html/135.htmlIn the last MySQL container, the way to configure the host directory mount has been used, which is convenient but not secure enough to store data on a remote server, such as: Nfs,glusterfs,ceph, etc. generally, the current mainstream is the use of Ceph, GlusterFS;This experiment uses the simplest way of NFS to configure an Nginx container by mounting shared storage;Two machines:kubernetes:10.0.10.135 [Centos7.2]nfs:10.0.10.31 [Centos6.5 's machine

Pod creation process in Kubernetes

Pod is the most basic deployment dispatch unit in Kubernetes, and it can contain container, which logically represents an instance of a certain application. For example, a Web site application is built from the front end, back end, and database, and these three components will run in their respective containers, so we can create a pod containing three container. This paper will do a simple analysis of the basic processing flow of

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.