or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
容器化後,持續交付不可缺的敲門磚 - Helm
tags:
DevOpsDays Taipei 2018
9/12
14:50~15:30
Track B
歡迎來到 DevOps Days 2018 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →共筆入口:https://hackmd.io/c/DevOpsDays2018
手機版請點選上方 按鈕展開議程列表。
在大會遇到任何問題都可以在下方的問題回報區中留言
大會問題與建議回報區
https://www.facebook.com/groups/113425279448910/
background
problem
Objective
Prod & Cons
prod
=> k8s service
Cons
How we work with K8s?
Helm
Helm is a package manager
Helm is…
Template engine
Release management
Portability & easy onboard
Repository hosting
Versioning & dependency
No more
kubectl apply
Chart
Chart Repository
Release
安裝Helm => 埋一個agent在k8s裡面
設定template
將設定抽出變成變數
Disadvantages
Heml 3.x
New in Helm3
容器化了 然後呢
Key Takeaways
Containerized and migrate to k8s, refactor by Helm
key to the future, Helm 3 and GitOps
自建 k8s? 不然怎麼會需要 ingress?
用ingress可以省load balancer的費用阿XD(所有服務用一個LB)
用 sidecar 的方式不就解決一個環境一個 configuration 的問題?
ingress 請加入反抗軍template 語法醜醜的
喔喔… Helm 完全利用了 k8s 內建的機制在玩…
這樣可以blue green deployment嗎
再強調一次 語法好醜
用packer的部分剛剛有講嗎?
不報 error 我覺得挺合理的…他原本目的就不是要解決這個問題…XD
這算官方吐槽嗎
lua 擼啊
DB適合放到k8s裡面嗎?