• K8S控制器之sync.go 同步 源码解读

    /*Copyright 2016 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之 rolling.go 滚动更新 源码解读

    /*Copyright 2016 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之rollback.go 回滚 源码解读

    /*Copyright 2016 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之recreate.go 重建 源码解读

    /*Copyright 2016 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之 progress.go 进度 源码解读

    /*Copyright 2016 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之 deployment_controller.go源码解读

    /*Copyright 2015 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    彻悟容器网络

    01背景容器网络为何出现在一个汽车发动机的生产车间中,汽车发动机的各个组件会存在一定的顺序进行组装,这就要求有直接关系的组件必须知道下一个组件的具体位置。当一个汽车发动机组装完成后,距离最后成品汽车,还差了很多部件,比如底盘,车身等。此时,需要将发动机发往一个装配中心进行组合安装,这样我们就必须知道...

    kubekey添加新节点

    添加新节点KubeSphere 使用一段时间之后,由于工作负载不断增加,您可能需要水平扩展集群。自 KubeSphere v3.0.0 起,您可以使用全新的安装程序 KubeKey 将新节点添加到集群。从根本上说,该操作是基于 Kubelet 的注册机制。换言之,新节点将自动加入现有的 Kubern...

    ETCD备份

    #cat /data/backup/etcd/etcd-backup.sh#!/bin/bashbakpath=/data/backup/etcdcd $bakpathbaktime=`date +%Y%m%d`#备份当天数据ETCDCTL_API=3 etcdctl --endpo...

    K8S命令指南

    一、基础命令在Kubernetes中,基础命令用于日常的查询和基本操作。以下表格展示了这些基础命令,它们的说明,以及相应的使用举例。命令说明举例kubectl version显示客户端和服务器的Kubernetes版本。kubectl versionkubectl api-versions列出可用的...