K8s simple deployment
1, Environment preparation: MiniKube+Docker:
Recently, I began to try to learn and understand k8s, and the purpose of writing this article is to make a record, Learn through exploration. Welcome to visit and exchange.
1. Install Docker:
Continue the simple packaged deployment series with IDEA+Docker
2. Install the MiniKube:
Minikube is ...
Added by baitubai on Mon, 24 Jan 2022 12:15:10 +0200
prometheus monitoring k8s cluster node
25.prometheus monitoring k8s cluster
1, Node exporter
node_ The exporter captures various running indicators of server nodes, such as conntrack, cpu, diskstats, filesystem, loadavg, meminfo, netstat, etc See more: https://github.com/prometheus/node_exporter
1. Deploy node exporter for daemon set
Pull the image docker pull Prom / node export ...
Added by LanceT on Sun, 23 Jan 2022 23:05:50 +0200
Introduction to Kubernetes client go
introduce
Since August 2016, kubernetes officials have extracted the core source code related to kubernetes resource operation and created an independent project client Go. Kubernetes uses client Go as the official programming interactive client library of Go language to provide interactive access to api server services. For the secondary deve ...
Added by malikah on Sun, 23 Jan 2022 14:14:39 +0200
Multi tenancy in Kubernetes
multi-tenancy
Multi tenant clusters are shared by multiple users and / or workloads, which are called "tenants". The operator of multi tenant cluster must isolate tenants from each other to minimize the damage that stolen tenants or malicious tenants may cause to the cluster and other tenants. In addition, cluster resources must be a ...
Added by jgp4 on Sun, 23 Jan 2022 13:36:26 +0200
Blue whale basic package installation
Blue whale deployment document
I Package download preparation
1. Basic package and log monitoring package
https://bk.tencent.com/download/
Basic package: bkce_basic_suite-6.0.3.tgz
Monitoring log package: bkce_co_package-6.0.3.tgz
These packages are placed in the central control node/data lower
2. Certificate file extraction
https:/ ...
Added by katie77 on Sun, 23 Jan 2022 02:18:17 +0200
kubernetes will be made into a 3D shooting game, fun can not stop, with source code
Hello, I'm xiaowantang. Today I'm demonstrating a project that uses Unity to do scenes and C# to do interactive logic to make k8s a 3D shooting game. I happen to be learning Unity recently, so it's appropriate to start with this project.
kube-chaos It is a shmup game based on chaotic engineering style.
Shmup: a shooting game that can c ...
Added by Destruction on Sat, 22 Jan 2022 08:51:34 +0200
Build kubernetes cluster with kubedm
Build kubernetes cluster with kubedm
kubeadm
Kubedm is a K8s deployment tool that provides kubedm init and kebuadm join for rapid deployment of Kubernetes clusters. The deployment of a Kubernetes cluster can be completed through two instructions:
Create a Master node using kubedm initUse kubedm join < master Node IP and port > to j ...
Added by mikosiko on Sat, 22 Jan 2022 07:57:47 +0200
Log in to KubeSphere with GitLab account
Author: Li Shuai
introduce
KubeSphere multi tenancy is a very needed function in actual production and use. This function meets the needs of different users logging in to the KubeSphere platform. For example, development, operation and maintenance and testing all need to log in to KubeSphere platform, and different permissions need to be co ...
Added by Notoriouswow on Sat, 22 Jan 2022 04:25:22 +0200
kubernetes cluster (kubedm mode)
preface
Kubedm is a K8s deployment tool that provides kubedm init and kubedm join for rapid deployment Deploy the Kubernetes cluster.
1, Introduction to kubedm deployment mode
kubeadm is a tool launched by the official community for rapid deployment of kubernetes clusters. This tool can Deploy a kubernetes cluster in two instructions:
First ...
Added by Tracekill on Fri, 21 Jan 2022 09:57:41 +0200
Calculate resource policy Limit Range in k8s
Article reprinted from: https://www.kuboard.cn/learning/k8s-advanced/policy/lr.html
By default, when the container runs on the Kubernetes cluster, it is not limited by computing resources. Using the Resource quota, cluster administrators can limit the use of resources for namespaces. Within a namespace, the resource consumption of a Pod (or con ...
Added by beachcomber on Fri, 21 Jan 2022 05:44:03 +0200