Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
wikitops authored and gitbook-bot committed Nov 19, 2018
1 parent 30b84ce commit 0275a1f
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ To make it successful, participants need to be prepared in advance, by going thr

### Who is this for

Today users expect applications to be available 24/7, while developers expect to deploy new versions of those applications several times a day. The way we build software is moving in this direction, enabling applications to be released and updated in an easy and fast way without downtime. We also need to be able to scale application in line with the user demand and we expect them to make intelligent use of the available resources. Kubernetes is a platform designed to meet those requirements, using the experience accumulated by Google in this area, combined with best-of-breed ideas from the community.
* This course is for someone who has already taken docker fundamentals course/has equivalent knowledge, and would like to learn how to extend it to orchestrate container deployments at production scale with kubernetes.
* If you are a Operations/Systems personnel and would like to learn how scalable, fault tolerant and high available infrastructures are built on or off cloud to orchestrate container based deployments, this course is for you.
* If you are a developer and would like to learn how to deploy your application stacks in production, on top of scalable, highly available and leverage features provided by kubernetes, this course is for you.
* If you are a QA, and if your organization has a staging/QA environment built on kubernetes, and you would like to understand how to leverage it for setting up automated test workflow and learn the primitives offered by kubernetes, this course is for you.
* You could be developer/operations personnel and be in charge of securing application infrastructure and setup auxiliary services such as monitoring, centralized logging etc. this course is for you.

### What will you do as part of this course

Expand All @@ -38,7 +42,7 @@ Even though this course covers many concepts related to kubernetes, it still has
* Writing Micro Services Applications
* Alternate container runtimes e.g. rocker/rkt, runc

### Prerequisites
### Which prerequisites are needed

Following are the prerequisite skills to attend this course. Since its a beginner level course, no prior experience with Linux containers is assumed.

Expand All @@ -52,5 +56,21 @@ Following are the prerequisite skills to attend this course. Since its a beginne
* Fundamental knowledge of code editors
* Understanding of YAML syntax and familiarity with reading/writing basic YAML specifications

### Where to train

There is a lot of way to trained you to manage a Kubernetes cluster and the resources associated :

* Online with the labs [Play With Kubernetes \(PWK\)](https://labs.play-with-k8s.com/)
* Locally on a dedicated cluster deployed on[ Vagrant instances](https://github.com/wikitops/ansible_kubernetes)
* On a cloud dedicated cluster deployed thanks to [Kubespray](https://github.com/kubernetes-incubator/kubespray)
* On a single local instance thanks to [Minikube](https://github.com/kubernetes/minikube)

### Where to document

To go further in the documentation of Kubernetes objects and principles, please refer to those documentation platform :

* [Kubernetes Official documentation](https://kubernetes.io/docs/home/)
* [Kubernetes Official blog](https://kubernetes.io/blog/)



0 comments on commit 0275a1f

Please sign in to comment.