Last active
January 4, 2019 23:06
-
-
Save ibrasho/cbaabff745fc2bfa43f7be7c47dec706 to your computer and use it in GitHub Desktop.
Revisions
-
ibrasho revised this gist
Jan 4, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ **Duration:** 50 minutes **Level:** Beginner This session provides an introduction to the Operator pattern in Kubernetes and what benefits they provide by utilizing the building blocks of Kubernetes. Operators received broad adoption since they were introduced by CoreOS in 2016 and became a popular pattern to simplify deploying stateful applications with complex operational needs. -
ibrasho revised this gist
Jan 4, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ **Level:** Intermediate This session tries to provide a shallow-dive into how several components of Kubernetes work. We go through different controllers and how their control loops affect different objects in K8s, and we explore some lesser-known features and extension points of the Kubernetes platform along the way. -
ibrasho revised this gist
Jan 4, 2019 . 2 changed files with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ## K8s from the Inside **Duration:** 50 minutes **Level:** Intermediate This session tries to provide a shallow-dive into how several components and controllers of Kubernetes work. We go through different controllers and how their control loops affect different objects in K8s, and we explore some lesser-known features and extension points of the Kubernetes platform along the way. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ # Playing with Operators **Duration:** 50 minutes **Level:** Intermediate This session provides an introduction to the Operator pattern in Kubernetes and what benefits they provide by utilizing the building blocks of Kubernetes. Operators received broad adoption since they were introduced by CoreOS in 2016 and became a popular pattern to simplify deploying stateful applications with complex operational needs. -
ibrasho revised this gist
Jan 4, 2019 . 2 changed files with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ ## K8s from the Inside *Duration:* 50 minutes *Level:* Intermediate This session tries to provide a shallow-dive into how several components and controllers of Kubernetes work. We go through different controllers and how their control loops affect different objects in K8s, and we explore some lesser-known features and extension points of the Kubernetes platform along the way. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # Playing with Operators *Duration:* 50 minutes *Level:* Intermediate This session provides an introduction to the Operator pattern in Kubernetes and what benefits they provide by utilizing the building blocks of Kubernetes. Operators received broad adoption since they were introduced by CoreOS in 2016 and became a popular pattern to simplify deploying stateful applications with complex operational needs. -
ibrasho created this gist
Jan 4, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ ## K8s from the Inside *Duration:* 50 minutes *Level:* Intermediate This session tries to provide a shallow-dive into how several components and controllers of Kubernetes work. We go through different controllers and how their control loops affect different objects in K8s, and we explore some lesser-known features and extension points of the Kubernetes platform along the way. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # Playing with Operators *Duration:* 50 minutes *Level:* Intermediate This session provides an introduction to the Operator pattern in Kubernetes and what benefits they provide by utilizing the building blocks of Kubernetes. Operators received broad adoption since they were introduced by CoreOS in 2016 and became a popular pattern to simplify deploying stateful applications with complex operational needs. As part of the session, the attendees are introduced to the various SDKs and toolkits available today to build operators, and a demo of building a simple operator using the Operator SDK is part of the session.