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.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
2022-02-20 Netdb Workshop
可以自行標記自己想要深入研究的一些關鍵字,可以作為日後的學習與參考
Development Machine for this workshop
connect via
ssh ubuntu@140.116.247.125 -p 13222
Traffic Proxy for Netdb
/root/traefik-proxy/dynamic_conf
connect via
ssh root@140.116.247.125 -p 12722
Resources on Netdb
Networking
Networking in NetDB
Our Netdb Great Greate Great Traefik Proxy
https://gitlab.com/19gale.ai/netdb-playbook
Docker Registry
We have our own docker private registry!
NETDB: http://registry.19gale.ai:8080/
account: 19gale
password:
你知道的
公有雲: https://hub.docker.com/
Ansible
Command line interface -> ssh -> do tasks
Use case
Client (Control Host)
python -m pip install –user ansible
Server (Managed Node)
CICD
How to integrate Gitlab CI/CD with Ansible
What is deployment?
Running your service in an always-on environment with either private or public access
Backend Deployment
Dockerize container
Practice!
Frontend Deployment
Hands On