Taming Istio Configuration with Helm
Configuration with Helm Ryan Michela / @ryanmichela / Salesforce #IstioCon In this talk This is a talk about using Helm with Istio ● Look at helm from a new perspective ● Helm helps automate Istio Istio day-2 tasks ● Helm gitops #IstioCon HELM The package manager for Kubernetes It’s not just for installation anymore! #IstioCon What is Helm? ● Installer for Charts ● Define applications ● Install Install ● Upgrade ● Roll back https://helm.sh #IstioCon What is Helm? values .yaml Helm Chart > helm install my-application #IstioCon Helm has a polarizing reputation ● Broken or incomplete0 码力 | 19 页 | 867.72 KB | 1 年前3Helm 及Helm 应用仓库简介李辉— KubeSphere - 云原生实战
云原生实战 Helm 及 Helm 应用仓库简介 李辉 — KubeSphere — 后端研发 _ by QingCloud Helm 及其应用仓库简介 如何开发一个 Helm 应用 KubeSphere 应用开发 1 2 3 _ by QingCloud 应用管理 5 应用仓库管理 4 Helm 及其应用仓库简介 • Helm 是 Kuberetes 的包管理器 类似于 用于管理 Charts Helm Chart 是用来封装 Kubernetes 应用程序的一系列 YAML 文件 • 安装 Helm 在 https://github.com/helm/helm 上下载二进制文件 _ by QingCloud Helm 及其应用仓库简介 • 应用仓库: 管理和分发 Helm Charts. • 安装 Harbor 1. helm repo add harbor harbor https://helm.goharbor.io 2. helm fetch harbor/harbor 3. 修改 values.yaml 4. helm install my-harbor harbor -n harbor 5. helm list -n harbor 6. 登录 harbor, 默认账户密码 admin: Harbor12345 _ by QingCloud0 码力 | 9 页 | 2.48 MB | 1 年前3QCon北京2018/QCon北京2018-基于Kubernetes与Helm的应用部署平台构建实践-张夏-赵明+
基于Kubernetes和Helm的应用部署 平台构建实践 演讲者: 张夏 赵明� FreeWheel� 演讲大纲 • 基于Kubernetes平台概览与架构 • 基于Kubernetes的应用部署最佳实践� • 服务在混合云上的部署架构与演示 • 基于Consul的混合云服务发现与演示 • 应用在混合云上的端到端测试方案 • 后续工作展望 公司与项目背景介绍 ����������������� ������������� • IaaS:AWS、OpenStack与物理机 • PaaS:基于Kubernetes私有云平台, 支持CI/CD、配置管理、基于Helm的 服务编排等 基于Kubernetes平台概览 Kubernetes on AWS高可用架构 • 高可用性 • 容灾容错 • 监控报警 • 日志收集 • 轻量级框架 并通过RabbitMQ消息传输� • 通过uWSGI配合Nginx反向代理实现 更好的性能 • 使用Helm进行复杂容器编排 基于Kubernetes平台技术架构 基于Kubernetes的应用部署最佳实践 • 构建Docker镜像最佳实践 • 基于Helm的应用模板抽象 • 基于Kubernetes的 CI/CD� 构建Docker镜像最佳实践 预期 ������0 码力 | 28 页 | 12.18 MB | 1 年前3Cilium v1.9 Documentation
Debugging Further Reading Related Material Presentations Podcasts Community blog posts Glossary Helm Reference Introduction to Cilium & Hubble What is Cilium? Cilium is open source software for transparently yaml is a pre-rendered Cilium chart template. The template is generated using helm template [https://helm.sh/docs/helm/helm_template/] command with default configuration parameters without any customization your existing installation: Installation via Helm If you installed Cilium via helm install, you may enable Hubble Relay and UI with the following command: helm upgrade cilium cilium/cilium --version 1.90 码力 | 1263 页 | 18.62 MB | 1 年前3OpenShift Container Platform 4.10 构建应用程序
OPERATOR 绑定工作负载 6.9. 使用 DEVELOPER 视角将应用程序连接到服务 第 第 7 章 章 使用 使用 HELM CHART 7.1. 了解 HELM 7.2. 安装 HELM 7.3. 配置自定义 HELM CHART 仓库 7.4. 使用 HELM 发行版本 第 第 8 章 章 DEPLOYMENTS 8.1. 了解 DEPLOYMENT 和 DEPLOYMENTCONFIG Deployment 或 DeploymentConfig 对象部署应用程序,并从 Web 控制台管理应用程序。您 可以创建部署策略,以帮助减少更改期间或升级到应用程序的停机时间。 您还可以使用 Helm,它是一个软件包管理器,简化了应用程序和服务部署到 OpenShift Container Platform 集群的过程。 1.3. 使用 RED HAT MARKETPLACE Red Hat Platform 中发现服务。 Database:选择所需的数据库服务并将其添加到应用程序中。 Operator Backed:选择和部署所需的 Operator 管理服务。 Helm Chart:选择所需的 Helm Chart 来简化应用程序和服务部署。 Devfile: 从 Devfile registry 中选择一个 devfile 来声明性地定义开发环境。 Event Source0 码力 | 198 页 | 3.62 MB | 1 年前3Cilium v1.7 Documentation
com/cilium/hubble]. Generate the deployment files using Helm and deploy it: git clone https://github.com/cilium/hubble.git --branch v0.5 cd hubble/install/kubernetes helm template hubble \ --namespace $CILIUM_NAMESPACE com/cilium/cilium/v1.7/inst Restart unmanaged Pods If you did not use the nodeinit.restartPods=true in the Helm options when deploying Cilium, then unmanaged pods need to be restarted manually. Restart all already com/cilium/hubble]. Generate the deployment files using Helm and deploy it: git clone https://github.com/cilium/hubble.git --branch v0.5 cd hubble/install/kubernetes helm template hubble \ --namespace $CILIUM_NAMESPACE0 码力 | 885 页 | 12.41 MB | 1 年前3Cilium v1.8 Documentation
yaml is a pre-rendered Cilium chart template. The template is generated using helm template [https://helm.sh/docs/helm/helm_template/] command with default configuration parameters without any customization yaml is a pre-rendered Cilium chart template. The template is generated using helm template [https://helm.sh/docs/helm/helm_template/] command with default configuration parameters without any customization com/cilium/cilium/v1.8/inst Restart unmanaged Pods If you did not use the nodeinit.restartPods=true in the Helm options when deploying Cilium, then unmanaged pods need to be restarted manually. Restart all already0 码力 | 1124 页 | 21.33 MB | 1 年前3OpenShift Container Platform 4.9 构建应用程序
OPERATOR 绑定工作负载 5.9. 使用 DEVELOPER 视角将应用程序连接到服务 第 第 6 章 章 使用 使用 HELM CHART 6.1. 了解 HELM 6.2. 安装 HELM 6.3. 配置自定义 HELM CHART 仓库 6.4. 使用 HELM 发行版本 第 第 7 章 章 部署 部署 7.1. 了解 DEPLOYMENT 和 DEPLOYMENTCONFIG 对象 Deployment 或 DeploymentConfig 对象部署应用程序,并从 Web 控制台管理应用程序。您 可以创建部署策略,以帮助减少更改期间或升级到应用程序的停机时间。 您还可以使用 Helm,它是一个软件包管理器,简化了应用程序和服务部署到 OpenShift Container Platform 集群的过程。 1.3. 使用 RED HAT MARKETPLACE Red Hat Platform 中发现服务。 Database:选择所需的数据库服务并将其添加到应用程序中。 Operator Backed:选择和部署所需的 Operator 管理服务。 Helm Chart:选择所需的 Helm Chart 来简化应用程序和服务部署。 Event Source:选择一个事件源,从特定系统中注册对一类事件的兴趣。 注意 注意 如果安装了 RHOAS Operator,也可使用0 码力 | 184 页 | 3.36 MB | 1 年前3Cilium v1.10 Documentation
Debugging Further Reading Related Material Presentations Podcasts Community blog posts Glossary Helm Reference Introduction to Cilium & Hubble What is Cilium? Cilium is open source software for transparently learn about the basic concepts and motivation. Installation Quick Installation Installation using Helm Advanced Installation Considerations on node pool taints and unmanaged pods Observability Setting Policy Enforcement Setting up Cluster Mesh Installation using Helm This guide will show you how to install Cilium using Helm [https://helm.sh/]. This involves a couple of additional steps compared to the0 码力 | 1307 页 | 19.26 MB | 1 年前3K8S安装部署开放服务
--key=tls.key K. 安装 helm3 wget https://get.helm.sh/helm-v3.3.4-linux-amd64.tar.gz tar xvf helm-v3.3.4-linux-amd64.tar.gz cp linux-amd64/helm /usr/local/bin/ helm version helm repo add stable http://mirror azure.cn/kubernetes/charts helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts helm repo list L. Helm 安装 emqx 集群 Step1. 下载 emqx helm chart helm repo add emqx https://repos https://repos.emqx.io/charts helm search repo emqx helm fetch emqx/emqx tar xvf emqx-4.2.0.tgz Step2. 修改 StatefulSet.yaml vi emqx/templates/StatefulSet.yaml spec: volumes: - name:0 码力 | 54 页 | 1.23 MB | 1 年前3
共 419 条
- 1
- 2
- 3
- 4
- 5
- 6
- 42