Commit 76a6271 1 parent 8490ecd commit 76a6271 Copy full SHA for 76a6271
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Deploy a new mybinder.org federation member on a bare VM with ` k3s `
2
2
3
3
[ k3s] ( https://k3s.io/ ) is a popular kubernetes distribution that we can use
4
- to build * single node * kubernetes installations that satisfy the needs of the
4
+ to build _ single node _ kubernetes installations that satisfy the needs of the
5
5
mybinder project. By focusing on the simplest possible kubernetes installation,
6
6
we can get all the benefits of kubernetes (simplified deployment, cloud agnosticity,
7
7
unified tooling, etc) ** except** autoscaling, and deploy ** anywhere we can get a VM
@@ -23,7 +23,7 @@ but we have a slightly more opinionated list.
23
23
## Installing ` k3s `
24
24
25
25
We can use the [ quickstart] ( https://docs.k3s.io/quick-start ) on the ` k3s ` website, with the added
26
- config of * disabling traefik * that comes built in. We deploy nginx as part of our deployment, so we
26
+ config of _ disabling traefik _ that comes built in. We deploy nginx as part of our deployment, so we
27
27
do not need traefik.
28
28
29
29
``` bash
49
49
50
50
## Test and validate
51
51
52
- ## Add to the redirector
52
+ ## Add to the redirector
You can’t perform that action at this time.
0 commit comments