
容器及编排
文章平均质量分 78
介绍docker,kubernetes,helm等相关知识
首席IT民工
编程才是真爱^_^
展开
-
ChaosMesh script
ChasoMesh原创 2022-10-18 13:12:38 · 373 阅读 · 0 评论 -
StorageClass-nfs
chart for kubernetes storageclass原创 2022-06-09 14:47:20 · 227 阅读 · 0 评论 -
[官方文档翻译:kind]HOME
原文翻译kind is a tool for running local Kubernetes clusters using Docker container “nodes”.kind是一个使用Docker容器作为节点来运行本地K8s集群的工具kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.kind本来主要设计用于验证K...翻译 2022-05-03 10:33:51 · 343 阅读 · 0 评论 -
【Chaos Mesh官方文档】(Kubernetes)Simulate JVM Application Faults
Chaos Mesh simulates the faults of JVM application through Byteman. The supported fault types are as follows:Throw custom exceptionsTrigger garbage collectionIncrease method latencyModify return values of a methodTrigger faults by setting Byteman conf翻译 2022-04-29 08:40:27 · 302 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate File I/O Faults
This document describes how to create IOChaos experiments in Chaos Mesh.IOChaos introductionIOChaos is a type of fault in Chaos Mesh. By creating an IOChaos experiment, you can simulate a scenario of file system fault. Currently, IOChaos supports the fo翻译 2022-04-28 18:37:56 · 300 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate DNS Faults
This document describes how to create DNSChaos experiments in Chaos Mesh to simulate DNS faults.DNSChaos IntroductionDNSChaos is used to simulate wrong DNS responses. For example, DNSChaos can return an error or return a random IP address when receiving翻译 2022-04-28 18:36:44 · 300 阅读 · 0 评论 -
【Chaos Mesh官方文档】(Kubernetes)Simulate Time Faults
TimeChaos IntroductionChaos Mesh provides the TimeChaos experiment type. You can use this experiment type to simulate a time offset scenario. This document describes how to create a TimeChaos experiment and its associated configuration file.noteTimeCha翻译 2022-04-28 18:35:39 · 211 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate Linux Kernel Faults
This document describes how to use KernelChaos to simulate Linux kernel faults. This feature injects I/O-based or memory-based faults into the specified kernel paths using BPF.Although you can set the injection target of KernelChaos to one or several Pods翻译 2022-04-28 18:34:01 · 243 阅读 · 0 评论 -
基于Vagrant搭建异构Kubernetes集群
配置vip.kamputer.online=192.168.1.100master.kamputer.online=192.168.1.101ubuntu.kamputer.online=192.168.1.102centos.kamputer.online=192.168.1.103node.kamputer.online=192.168.1.111service网段:10.96.0.0/12pod网段:172.16.0.1/12操作系统安装下载box安装vagrant下载box文件原创 2022-04-28 08:53:41 · 1129 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate Time Faults
This document describes how to use Chaosd to simulate a time offset scenario. You can create experiments either in command-line mode or service mode.Create experiments using command-line modeThis section describes how to create time fault experiments us翻译 2022-04-27 08:24:32 · 238 阅读 · 0 评论 -
【Chaos Mesh官方文档】(Physical Node)Simulate JVM Application Faults
Chaosd simulates the faults of JVM application through Byteman. The supported fault types are as follows:Throw custom exceptionsTrigger garbage collectionIncrease method latencyModify return values of a methodTrigger faults by setting Byteman configur翻译 2022-04-27 08:23:34 · 397 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate HTTP faults
Chaosd simulates the faults of JVM application through Byteman. The supported fault types are as follows:Throw custom exceptionsTrigger garbage collectionIncrease method latencyModify return values of a methodTrigger faults by setting Byteman configur翻译 2022-04-27 08:22:36 · 343 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate Disk Faults
This document describes how to use Chaosd to simulate disk faults. This feature helps you simulate disk read/write load (via dd) or disk fill (via dd or fallocate).Create experiments using the command-line modeThis section describes how to create disk f翻译 2022-04-27 08:21:03 · 318 阅读 · 0 评论 -
【Chaos Mesh官方文档】Send HTTP Requests on Workflow
This document introduces how to use Chaosd to simulate network faults. The simulations can be completed by modifying network routing and traffic flow control using iptables, ipsets, tc, etc.noteMake sure the NET_SCH_NETEM module is installed in the Linux翻译 2022-04-27 08:17:11 · 204 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate Process Faults
This document describes how to use Chaosd to simulate process faults. The process faults use the Golang interface of the kill command to simulate the scenarios that the process is killed or stopped. You can create experiments either in the command-line mod翻译 2022-04-27 08:16:00 · 259 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate Faults on Physical Machines
This document describes how to create PhysicalMachineChaos (physical machine chaos) experiments in Chaos Mesh to simulate the faults of network, disk, pressure, JVM, time, and others in physical or virtual machines.Introduction to PhysicalMachineChaosYo翻译 2022-04-27 08:14:46 · 393 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate Stress Scenarios
StressChaos IntroductionChaos Mesh provides StressChaos experiments to simulate stress scenarios inside containers. This document describes how to create StressChaos experiments and how to prepare the corresponding configuration file.You can create expe翻译 2022-04-26 23:36:49 · 245 阅读 · 0 评论 -
【Chaos Mesh官方文档】(Kubernetes)Simulate Network Faults
This document describes how to simulate network faults using NetworkChaos in Chaos Mesh.NetworkChaos introductionNetworkChaos is a fault type in Chaos Mesh. By creating a NetworkChaos experiment, you can simulate a network fault scenario for a cluster.翻译 2022-04-26 23:35:30 · 419 阅读 · 0 评论 -
【Chaos Mesh官方文档】Simulate Pod Faults
This document describes how to use Chaos Mesh to inject faults into Kubernetes Pod to simulate Pod or container faults. Chaos Dashboard and YAML files are provided to create PodChaos experiments.PodChaos introductionPodChaos is a fault type in Chaos M翻译 2022-04-26 23:33:51 · 338 阅读 · 0 评论 -
【Chaos Mesh官方文档】Check Workflow Status
Chaos Mesh Workflow offers two ways of scheduling experiments: serial and parallel. You can configure and schedule multiple experiments as needed.If you want to schedule multiple chaos experiments in sequence, use serial nodes. If you want to perform mu翻译 2022-04-26 23:32:24 · 207 阅读 · 0 评论 -
【Chaos Mesh官方文档】Serial and Parallel Experiments
Chaos Mesh Workflow offers two ways of scheduling experiments: serial and parallel. You can configure and schedule multiple experiments as needed. If you want to schedule multiple chaos experiments in sequence, use serial nodes. If you wan...翻译 2022-04-26 08:16:30 · 269 阅读 · 0 评论 -
【Chaos Mesh官方文档】Inspect Results of Chaos Experiments
This document describes how to use Chaos Mesh to check running status and results of chaos experiments.Introduction to steps of a chaos experimentIn Chaos Mesh, the life cycle of a chaos experiment is divided into four steps, according to its running翻译 2022-04-26 07:26:44 · 215 阅读 · 0 评论 -
【Chaos Mesh官方文档】Run a Chaos Experiment
This document describes how to create, run, view, pause, update, and delete Chaos experiments in Chaos Mesh.Create Chaos experimentsYou can create the following types of Chaos experiments in Chaos Mesh:One-time Chaos experiments: The smallest instan翻译 2022-04-26 07:24:40 · 277 阅读 · 0 评论 -
【Chaos Mesh官方文档】Create Chaos Mesh Workflow
Quick Start (Test Recommended)This document describes how to quickly start Chaos Mesh in a test or local environment.noteIn this document, the Chaos Mesh installation is a script installation for quick trial only.If you need to install Chaos Mesh i翻译 2022-04-25 18:34:30 · 401 阅读 · 0 评论 -
【Chaos Mesh官方文档】Define Scheduling Rules
Schedule overviewThis document describes how to use Chaos Mesh to create a scheduled task, which can automatically create Chaos experiments at a fixed time (or at a fixed time interval).In Kubernetes, Chaos Mesh uses Schedule to describe scheduled tas翻译 2022-04-26 07:25:21 · 304 阅读 · 0 评论 -
【Chaos Mesh官方文档】Define the Scope of Chaos Experiments
This document describes how to define the scope of a single Chaos experiment, which helps you accurately control the fault's explosion radius.An overview of experiment scopesIn Chaos Mesh, you can define the scope of a single Chaos experiment by speci翻译 2022-04-25 18:32:58 · 218 阅读 · 0 评论 -
【Chaos Mesh官方文档】Configure namespace for Chaos experiments
This chapter walks you through how to configure Chaos experiments to only take effect in the specified namespace, and protect other unspecified namespaces against fault injection.Control the scope where the Chaos experiment takes effectChaos Mesh offe翻译 2022-04-25 18:31:35 · 183 阅读 · 0 评论 -
【Chaos Mesh官方文档】Manage User Permissions
This document describes how to manage user permissions in Chaos Mesh, including creating user account of different roles, binding permissions for users, managing tokens, and enable or disable permission authentication.Chaos Mesh uses the native RBAC feat翻译 2022-04-26 07:26:06 · 296 阅读 · 0 评论 -
【Chaos Mesh官方文档】Uninstall Chaos Mesh
This document introduces how to uninstall Chaos Mesh, including uninstall Chaos Mesh with Helm and uninstall Chaos Mesh manually. It's also very helpful to manually purge Chaos Mesh installation from Kubernetes cluster if you have to do.Uninstall Chaos M翻译 2022-04-25 18:28:54 · 327 阅读 · 0 评论 -
【Chaos Mesh官方文档】Install Chaos Mesh Offline
This document describes how to install Chaos Mesh offline.PrerequisitesBefore installing Chaos Mesh, make sure that Docker is installed and the Kubernetes cluster is deployed in the offline environment. If the environment is not prepared, refer to the翻译 2022-04-25 16:50:59 · 419 阅读 · 0 评论 -
【Chaos Mesh官方文档】Install Chaos Mesh using Helm
Install Chaos Mesh using Helm (Recommended for Production Environments)This document describes how to install Chaos Mesh in the production environment.PrerequisitesBefore installing Chaos Mesh, make sure that you have installed Helm in your environm翻译 2022-04-25 16:49:06 · 428 阅读 · 0 评论 -
【Chaos Mesh官方文档】Quick Start
Quick Start (Test Recommended)This document describes how to quickly start Chaos Mesh in a test or local environment.noteIn this document, the Chaos Mesh installation is a script installation for quick trial only.If you need to install Chaos Mesh i翻译 2022-04-25 16:47:27 · 472 阅读 · 0 评论 -
【Chaos Mesh官方文档】 Basic Features
This document describes the basic features of Chaos Mesh, including fault injection, Chaos workflows, visualized operations, and security guarantees.这篇文档描述了CM的基本特性,包括错误注入,混沌工作流,可视化操作和安全保证Fault injectionFault injection is the key of Chaos experimen翻译 2022-04-25 14:55:17 · 285 阅读 · 0 评论 -
Chaos Mesh介绍
This document describes the concepts, use cases, core strengths, and the architecture of Chaos Mesh.这篇文档介绍ChaosMesh的概念,用例,核心优势和架构Chaos Mesh OverviewChaos Mesh is an open source cloud-native Chaos Engineering platform. It offers various types of fa翻译 2022-04-25 14:12:52 · 1340 阅读 · 0 评论 -
【Chaos Mesh官方文档】Read Me
Chaos Mesh is a Cloud Native Computing Foundation (CNCF) hosted project. It is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments. At the current stage, it has the following components:Chaos Operator: the core co翻译 2022-04-25 12:54:55 · 341 阅读 · 0 评论 -
Ubuntu搭建kubernetes
echo "HISTFILESIZE=99999" >> ~/.bashrc echo "HISTSIZE=99999" >> ~/.bashrc echo 'HISTTIMEFORMAT="%F %T "'>> ~/.bashrc # 命令立刻写入而不是退出时写入echo 'PROMPT_COMMAND="history -a"' >> ~/.bashrcexitswapoff -a && sed -i 's/.*swap.*原创 2021-06-25 20:25:16 · 184 阅读 · 0 评论 -
CentOS8搭建kubernetes(kubeadm)
echo "HISTFILESIZE=99999" >> ~/.bashrc echo "HISTSIZE=99999" >> ~/.bashrc echo 'HISTTIMEFORMAT="%F %T "'>> ~/.bashrc # 命令立刻写入而不是退出时写入echo 'PROMPT_COMMAND="history -a"' >> ~/.bashrcexit然后重新sudo su,可以设置域名再进行下面操作master 0swapo原创 2021-06-24 21:03:08 · 762 阅读 · 0 评论 -
Helm~Using Helm
Using HelmThis guide explains the basics of using Helm to manage packages on your Kubernetes cluster. It assumes that you have already installed the Helm client.If you are simply interested in running a few quick commands, you may wish to begin with the翻译 2021-05-07 09:47:08 · 255 阅读 · 0 评论 -
Helm~install
Installing HelmThis guide shows how to install the Helm CLI. Helm can be installed either from source, or from pre-built binary releases.From The Helm ProjectThe Helm project provides two ways to fetch and install Helm. These are the official methods to翻译 2021-05-06 19:22:46 · 2745 阅读 · 0 评论 -
Helm~docs
WelcomeWelcome to the Helm documentation. Helm is the package manager for Kubernetes, and you can read detailed background information in the CNCF Helm Project Journey report.欢迎欢迎阅读Helm文档。Helm是一个Kubernetes的包管理器,你可以在CNCF Helm Project Journey report得到它更详尽翻译 2021-05-06 18:38:42 · 196 阅读 · 0 评论