Loading

摘要: DevOps 一、DevOps介绍 软件开发最开始是由两个团队组成: 开发计划由开发团队从头开始设计和整体系统的构建。需要系统不停的迭代更新。 运维团队将开发团队的Code进行测试后部署上线。希望系统稳定安全运行。 这看似两个目标不同的团队需要协同完成一个软件的开发。 在开发团队指定好计划并完成co 阅读全文
posted @ 2024-08-04 02:36 Jas0n0ss 阅读(61) 评论(0) 推荐(0) 编辑
摘要: In Microsoft Azure, Availability Sets and Availability Zones are both key features that provide high availability and fault tolerance for your applica 阅读全文
posted @ 2024-11-11 19:34 Jas0n0ss 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2024-11-06 21:00 Jas0n0ss 阅读(1) 评论(0) 推荐(0) 编辑
摘要: create hostmount path and grant access root@ecs-lab ~/wikijs# ansible all -m shell -a "mkdir /mnt/data/wikijs -p && chmod 777 /mnt/data/wikijs -R" 192 阅读全文
posted @ 2024-10-16 02:48 Jas0n0ss 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 在 Kubernetes 中,对于 LoadBalancer 类型的 Service,k8s 并没有为裸机集群实现负载均衡器,因此我们只有在以下 IaaS 平台(GCP, AWS, Azure)上才能使用 LoadBalancer 类型的 service。 因此裸机集群只能使用 NodePort 或 阅读全文
posted @ 2024-10-14 05:29 Jas0n0ss 阅读(19) 评论(0) 推荐(0) 编辑
摘要: title: "K8s Docker Network" date: 2024-10-12T21:19:05+04:00 math: false tags: [k8s] categories: [devops] Kubernetes的网络模型和网络策略 1、Kubernetes网络模型和CNI插件 在 阅读全文
posted @ 2024-10-13 02:02 Jas0n0ss 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Migrate SQL Server to AWS Microsoft SQL Server Always On availability groups provide a high availability (HA) and disaster recovery (DR) solution for 阅读全文
posted @ 2024-10-04 19:56 Jas0n0ss 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 目录: 最新版本直链 VMwareWorkstation 17 VMwareWorkstation 16 VMwareWorkstation 15 VMwareWorkstation 14 VMwareWorkstation 12 VMwareWorkstation 11 VMwareWorksta 阅读全文
posted @ 2024-10-04 02:50 Jas0n0ss 阅读(34) 评论(0) 推荐(0) 编辑
摘要: It is the solution or process or technology to make the service or application or database availability 24×7 and 100% through needless and fault-toler 阅读全文
posted @ 2024-10-04 02:46 Jas0n0ss 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 防火墙 防火墙是一种网络安全设备,其主要作用是通过设置一系列规则来监控和控制进出网络的流量。防火墙能够根据预先定义的安全规则集来决定哪些流量被允许通过,哪些流量需要被阻止。防火墙可以是硬件设备、软件程序,或者是两者的结合。 防火墙的主要目的是保护网络免受未经授权的访问和潜在的安全威胁。它通过设置规则 阅读全文
posted @ 2024-08-20 13:41 Jas0n0ss 阅读(57) 评论(0) 推荐(0) 编辑
摘要: Helm install [root@rocky01 ~] # curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 [root@rocky01 ~] # chmod 阅读全文
posted @ 2024-08-09 17:57 Jas0n0ss 阅读(14) 评论(0) 推荐(0) 编辑