WORK IN PROGRESS
This repo contains configuration templates to provision Kubernetes clusters on AWS using Cloud Formation and Ubuntu Linux.
Many values are parameterized and values are not always visible. We're focusing on solving our own, specific/Zalando use case.However, we are open to ideas from the community at large about potentially turning this idea into a project that provides universal/general value to others.Please contact us via our Issues Tracker with your thoughts and suggestions.
Configuration in this repository initially was based on kube-aws, but now depends on four components which aren't all yet open sourced:
Lean more about Zalando's cloud native journey by reading the Zalando Case Study on kubernetes.io.See our Running Kubernetes in Production on AWS document for details on the setup.
---yum repo baseurl=http://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64/ baseurl=http://mirrors.aliyun.com/docker-ce/linux/centos/7/x86_64/stable/ baseurl=http://mirrors.aliyun.com/ep
存储卷 Pod是有生命周期的,当Pod出现故障时,数据会随着Pod的终结就结束了. 针对K8s集群,我们应该使用脱离节点的存储设备,共享存储设备. 如果使用docker持久化数据的那种方法,那么Pod重构后就不能更换节点,否则,挂载的目录位置肯定就访问不到了. 可用存储卷: 1. emptyDir: 临时存储目录,随着Pod删除也会被删除. 2. hostPath: 节点路径,
Helm 介绍 Helm可帮助您管理Kubernetes应用程序 - Helm Charts可帮助您定义,安装和升级最复杂的Kubernetes应用程序。与ubuntu下的apt, centos下的yum类似的管理工具。 kubernetes在创建资源时使用yaml形式存储,随着资源复杂度增加,yaml中的内容也越来越多,helm chart通过管理包的形式将资源数据分散在不同文件中。 helm
Gitea provides a Helm Chart to allow for installation on kubernetes. A non-customized install can be done with: helm repo add gitea-charts https://dl.gitea.io/charts/ helm install gitea gitea-charts/g
该项目是基于 Spark standalone 模式,对资源的分配调度还有作业状态查询的功能实在有限,对于让 spark 使用真正原生的 kubernetes 资源调度推荐大家尝试 https://github.com/apache-spark-on-k8s/ 本文中使用的镜像我已编译好上传到了时速云上,大家可以直接下载。 index.tenxcloud.com/jimmy/spark:1.5.2
Lab: Build a Continuous Deployment Pipeline with Jenkins and Kubernetes For a more in depth best practices guide, go to the solution posted here. Introduction This guide will take you through the step
Kubernetes The Hard Way on Azure This tutorial is designed for Microsoft Azure and Azure CLI 2.0.It is a fork of the great Kubernetes The Hard Way from Kelsey Hightower that describes same steps using
描述 (Description) 它将事件绑定到对象和回调函数。 每当触发事件时,它都会执行回调。 语法 (Syntax) object.on(event, callback function, [context]) 参数 (Parameters) event - 它绑定一个对象。 callback - 它是对代码的引用。 context - 它是一个可以传递给回调函数的对象。 例子 (Exam
cPanel的这个接口允许您创建和安装Ruby on Rails应用程序。 如果您开发了Ruby on Rails应用程序,则可以使用此界面将其部署到服务器。 要创建Ruby on Rails应用程序,请按照下列步骤操作 - Step 1 - 单击cPanel Home的Software Section下的Ruby on Rails。 Step 2 - 在Ruby on Rails接口中,您将找到