Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

include .github/build/Makefile.show-help.mk
#include .github/build/Makefile.show-help.mk

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? Don't comment it out. Fix it, @vr-varad


## Install docs.layer5.io dependencies on your local machine.
## See https://gohugo.io/categories/installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ docker build
```
In our example, the first step is to build the hello-world container with the > docker build command.

![Docker Build](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l7-1.png)
![docker-build]({{< usestatic "docker-build.png" >}})

```bash
docker run
```
In our example, the second step is to run the hello-world container with the > docker run command.

![Docker Run](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l7-2.png)
![docker-run]({{< usestatic "docker-run.png" >}})

#### **Build & Run**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ weight: 5


### **Containers**
![Containers](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l5-1.png)
![container]({{< usestatic "container.png" >}})

#### **Containers**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 8

Using a publicly available repository to manage, store, retrieve, and share (if you want to) your container images is a real added value. In traditional IT scenarios, such a solution has to be custom-built most of the time. In the container world, such solutions are part of the ecosystem. With docker containers, the Docker Hub is a natural solution as a repository for our scenarios.

![Docker Run](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l8-1.png)
![docker-hub]({{< usestatic "docker-hub.png" >}})


#### **Docker Hub**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ node app.js

The application at work, displaying Hello World!:

![NodeJS App](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l2-1.png)
![nodejs-app]({{< usestatic "nodejs-app.png" >}})

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The four foundational Kubernetes concepts listed below are essential to run your

These four concepts are explained in more detail in the videos below.

![What is it?](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l8-1.png)
![basic-concepts]({{< usestatic "basic-concepts.png" >}})

#### **PODs**
{{< card
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 4

### **Features**

![What is it?](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l4-1.png)
![features]({{< usestatic "features.png" >}})

### **Kubernetes Feature Details**
#### **self-healing**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ weight: 5

... **extensible**, and lets users integrate their logging, monitoring, alerting, and many more solutions because it is not monolithic, and these solutions are optional and pluggable.

![What is it?](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l5-1.png)
![positioning]({{< usestatic "positioning.png" >}})

#### **Kubernetes is NOT ...**
**... a traditional, all-inclusive PaaS system.**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Let's look at two examples. First, a simple hello-world container and second, a

- simple hello-world container

![What is it?](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l7-1.png)
![hello-world-container]({{< usestatic "hello-world-container.png" >}})

- simple ubuntu container

![What is it?](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l7-2.png)
![ubuntu-container]({{< usestatic "ubuntu-container.png" >}})

Watch these two examples below in the videos.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 1

### **What is it?**

![What is it?](/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l1-1.png)
![what-it-is]({{< usestatic "what-it-is.png" >}})

Google open-sourced the Kubernetes project in 2014. Kubernetes combines over 15 years of Google's experience running production workloads at scale with best-of-breed ideas and practices from the community.

Expand Down
Binary file not shown.
Loading