智能运维
-
解决centos8下载元数据失败,安装源失败
当我们使用yum安装某些工具的时候,会提示安装源失败。错误消息如下 [root@product016 ~]# yum -y install gcc automake autoconf libtool makeCentOS Linux 8 - AppStream 7.5 kB/s | 2.3 kB 00:00Errors during d…
-
Ubuntu 22.04 LTS Installation Guide with Screenshots
1) Download Installation Media (ISO file) To download Ubuntu 22.04 ISO file, refer following Download Ubuntu 22.04 (Jammy Jellyfish) Once the iso file is downloaded into your system, then burn it int…
-
VMware Fusion安装CentOS 8
软件环境 macOS 操作系统:macOS Catalina 10.15.3 虚拟机:VMware Fusion 11.5.1(官网地址:https://www.vmware.com/cn/products/fusion/fusion-evaluation.html) Linux 操作系统:CentOS 8.1(官网地址:http:/…
-
linux(centos8):centos8.1安装(详细过程/图解)(vmware fusion/CentOS-8.1.1911-x86_64)
一,centos是什么? CentOS(Community Enterprise Operating System,中文意思是社区企业操作系统)是Linux发行版之一, 它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。 由于出自…
-
Centos镜像最全下载地址
CentOS 官方下载地址:https://www.centos.org/download/Centos国内下载源http://man.linuxde.net/download/CentOShttp://mirrors.btte.net/centoshttp://mirrors.cn99.com/centos (希网)http://mirrors.sohu.com/c…
-
CentOS安装时,软件选择(Software Selection)项介绍
要指定软件包将被安装,选择软件时选择安装摘要屏幕。包组分为基础环境。这些环境是预先定义的一组具有特定用途的软件包;例如,在虚拟化主机环境中包含的一组所需的系统上运行的虚拟机软件程序包。只有一个软件环…
-
GitOps 指南
GitOps 是一个以 Git 为中心的应用程序部署框架,可极大地简化云原生环境中的软件开发。它使用 DevOps 最佳实践(如版本控制和 CI/CD),并将其应用于基础结构自动化。从 GitOps 的基础知识到如何构建 DIY-GitOps …
-
GitOps【1】理论认识
1. 什么是GitOps 2. GitOps 管理集群条件 3. GitOps 的主要优势 4. GitOps 是持续交付与云原生的结合 5. IAC 工具与 GitOps 6. GitOps 工作流 7. GitOps 是如何工作的呢? 7.1 把环境配置作为 Git repository 7.2 …
-
Gitops 最佳实践|学习笔记
Gitops 最佳实践 内容介绍: 一、 GitOps 概述 二、 应用中心介绍 三、 部署应用 四、 GitOps 交付实践 一、 GitOps 概述 1.什么是 GitOps GitOps 是一种应用持续交付的方式,它的核心思想是将应用程序的声明式编排…
-
GitOps 多环境部署问题及解决方案
大型组织应用 GitOps 难免会遇到在多环境中部署的问题,本文分析了应用环境分支策略会遇到到问题,介绍了应用文件夹策略解决这些问题的方案。原文:Stop Using Branches for Deploying to Different GitOps Environ…