随笔分类 - devops
摘要:Key Skills to Prepare for a DevOps Engineer To be ready for a DevOps Engineer role, particularly in 2025, you need a well-rounded set of technical ski
阅读全文
摘要:Use API to shut-down or start-up Huawei Cloud ECS https://support.huaweicloud.com/intl/zh-cn/api-ecs/ecs_02_0301.html Get X-Subject-Token for authoriz
阅读全文
摘要:Helm install [root@rocky01 ~] # curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 [root@rocky01 ~] # chmod
阅读全文
摘要:Kubernetes高级工具Argo CD https://argo-cd.readthedocs.io/en/stable/ Argo CD 是针对 Kubernetes 的声明式 GitOps 持续交付工具。 Argo CD 是一个为 Kubernetes 而生的,遵循声明式 GitOps 理念
阅读全文
摘要:DevOps 一、DevOps介绍 软件开发最开始是由两个团队组成: 开发计划由开发团队从头开始设计和整体系统的构建。需要系统不停的迭代更新。 运维团队将开发团队的Code进行测试后部署上线。希望系统稳定安全运行。 这看似两个目标不同的团队需要协同完成一个软件的开发。 在开发团队指定好计划并完成co
阅读全文
摘要:一、简介 Ansible is a radically simple configuration-management, application deployment, task-execution, and multinode orchestration engine. 二、安装 2.1 编译安装
阅读全文
