新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
1
learn/learn-kubernetes-master/kiamol/docs/CNAME
Normal file
1
learn/learn-kubernetes-master/kiamol/docs/CNAME
Normal file
@@ -0,0 +1 @@
|
||||
kiamol.net
|
||||
BIN
learn/learn-kubernetes-master/kiamol/docs/img/cover_meap.jpg
Normal file
BIN
learn/learn-kubernetes-master/kiamol/docs/img/cover_meap.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
17
learn/learn-kubernetes-master/kiamol/docs/index.md
Normal file
17
learn/learn-kubernetes-master/kiamol/docs/index.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# [Learn Kubernetes in a Month of Lunches](https://www.manning.com/books/learn-kubernetes-in-a-month-of-lunches)
|
||||
|
||||
This is the source code for my Manning book _Learn Kubernetes in a Month of Lunches_ (codename `kiamol`).
|
||||
|
||||
> It's a work in progress. You can get all the completed chapters with [Manning's Early Access Program](https://www.manning.com/books/learn-kubernetes-in-a-month-of-lunches).
|
||||
|
||||
## Elevator Pitch
|
||||
|
||||
In Learn Kubernetes in a Month of Lunches you’ll go from "what’s a Pod?" to automatically scaling clusters of containers and components in just 22 hands-on lessons, each short enough to fit into a lunch break.
|
||||
|
||||
Every lesson is task-focused and covers an essential skill on the road to Kubernetes mastery. You'll learn how to smooth container management with Kubernetes, including securing your clusters, and upgrades and rollbacks with zero downtime. No development stack, platform, or background is assumed.
|
||||
|
||||
All patterns are described generically, so you can easily apply them to your applications and port them to other projects!
|
||||
|
||||
## Cover Art
|
||||
|
||||

|
||||
24
learn/learn-kubernetes-master/kiamol/docs/index.yaml
Normal file
24
learn/learn-kubernetes-master/kiamol/docs/index.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: v1
|
||||
entries:
|
||||
vweb:
|
||||
- apiVersion: v2
|
||||
appVersion: 2.0.0
|
||||
created: "2020-06-10T10:42:32.3790003+01:00"
|
||||
description: Simple versioned web app
|
||||
digest: 16b2d1059639208d64fa0c6d9d7aeb825021f7fe25034760a70d33afda51a8cb
|
||||
name: vweb
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/sixeyed/kiamol/releases/download/v2.0.0/vweb-2.0.0.tgz
|
||||
version: 2.0.0
|
||||
- apiVersion: v2
|
||||
appVersion: 1.0.0
|
||||
created: "2020-06-10T10:42:32.3790003+01:00"
|
||||
description: Simple versioned web app
|
||||
digest: 182061847198468c8ee55e56104d8eaa2b1662e10846aed7134930ef6e03f95b
|
||||
name: vweb
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/sixeyed/kiamol/files/4757269/vweb-1.0.0.tar.gz
|
||||
version: 1.0.0
|
||||
generated: "2020-06-10T10:01:44.600496+01:00"
|
||||
Reference in New Issue
Block a user