Taming Istio
Configuration with HelmConfiguration 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 年前3
Helm 及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 年前3
Harbor Registrycontains the following topic: • Using Harbor Registry in Tenant Clusters, on page 1 • Using Harbor Chartmuseum in Tenant Clusters, on page 2 Using Harbor Registry in Tenant Clusters Follow these steps to :443 Using Harbor Chartmuseum in Tenant Clusters You can configure tenant clusters to pull and push helm charts from and to a Harbor chartmuseum on a tenant. Step 1 Add the helm repository to the tenant tenant that you want to use for accessing the Chartmuseum: a) Obtain the Ingress Root CA Certificate (ca-file), TLS Certificate (cert-file), and TLS Key (key-file), from the Kubernetes dashboard in one0 码力 | 4 页 | 1.02 MB | 1 年前3
QCon北京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 年前3
k8s操作手册 2.3★第0章、K8S集群搭建准备工作 相关单词原义: docker 码头工人 pod 集装箱 kubernetes 舵手,领航员 helm 舵轮,驾驶盘 chart 图表,海图 ①k8s对系统要求 linux内核在3.10及以上,服务器规格2核cpu,2G内存及以上,可以装在虚拟机 ★第14章、Helm包管理 helm就是k8s的应用程序包管理器,helm将k8s应用的相关资源配置文件组织为 Charts Charts就是一个helm程序包, ★安装helm ①helm v3 ★Helm v3不再使用�ller,直接使用helm命令即可 helm开源地址: h�ps://github.com/helm/helm 下载压缩包到linux服务器上, 下载压缩包到linux服务器上,并解压,把解压目录下的helm可执行文件复制 到/usr/bin/目录下添加可执行权限即可 helm和kubectl一样默认读取$HOME/.kube/config配置文件去获取操作k8s集群的 权限 ②helm v2 helm v2需要使用�ller,运行于k8s集群上,需要使用一个ServiceAccount # vi �ller-cluster-admin.yaml0 码力 | 126 页 | 4.33 MB | 1 年前3
Harbor 环境搭建指导书– CentOS 7.6Registry 的更 高级封装。除了提供友好的 Web UI 界面,角色和用户权限管理,用户操作审计等功能 外,还整合了 K8s 的插件(Add-ons)仓库,即 Helm 通过 chart 方式下载,管理,安装 K8s 插件,而 chartmuseum 可以提供存储 chart 数据的仓库。 Harbor 环境搭建指导书 – CentOS 7.6 2 环境配置 20 码力 | 12 页 | 873.78 KB | 1 年前3
Cilium v1.9 DocumentationDebugging 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 年前3
OpenShift 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 年前3
Cilium v1.7 Documentationcom/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 年前3
Cilium v1.8 Documentationyaml 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 年前3
共 419 条
- 1
- 2
- 3
- 4
- 5
- 6
- 42













