Skip to content

Commit 536bea9

Browse files
authored
Merge branch 'master' into update/intro-k8
2 parents f9aad8e + 5224da3 commit 536bea9

File tree

19 files changed

+10
-10
lines changed

19 files changed

+10
-10
lines changed

content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/build-and-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ docker build
1515
```
1616
In our example, the first step is to build the hello-world container with the > docker build command.
1717

18-
![docker-build]({{< usestatic "docker-build.png" >}})
18+
![docker-build]({{< usestatic "sks-starter/docker-build.png" >}})
1919

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

25-
![docker-run]({{< usestatic "docker-run.png" >}})
25+
![docker-run]({{< usestatic "sks-starter/docker-run.png" >}})
2626

2727
#### **Build & Run**
2828

content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 5
1010

1111

1212
### **Containers**
13-
![container]({{< usestatic "container.png" >}})
13+
![container]({{< usestatic "sks-starter/container.png" >}})
1414

1515
#### **Containers**
1616

content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/dockerhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 8
1212

1313
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.
1414

15-
![docker-hub]({{< usestatic "docker-hub.png" >}})
15+
![docker-hub]({{< usestatic "sks-starter/docker-hub.png" >}})
1616

1717

1818
#### **Docker Hub**

content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/basic-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The four foundational Kubernetes concepts listed below are essential to run your
1818

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

21-
![basic-concepts]({{< usestatic "basic-concepts.png" >}})
21+
![basic-concepts]({{< usestatic "sks-starter/basic-concepts.png" >}})
2222

2323
#### **PODs**
2424
{{< card

content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 4
99

1010
### **Features**
1111

12-
![features]({{< usestatic "features.png" >}})
12+
![features]({{< usestatic "sks-starter/features.png" >}})
1313

1414
### **Kubernetes Feature Details**
1515
#### **self-healing**

content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/positioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ weight: 5
1414

1515
... **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.
1616

17-
![positioning]({{< usestatic "positioning.png" >}})
17+
![positioning]({{< usestatic "sks-starter/positioning.png" >}})
1818

1919
#### **Kubernetes is NOT ...**
2020
**... a traditional, all-inclusive PaaS system.**

content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/simple-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Let's look at two examples. First, a simple hello-world container and second, a
1313

1414
- simple hello-world container
1515

16-
![hello-world-container]({{< usestatic "hello-world-container.png" >}})
16+
![hello-world-container]({{< usestatic "sks-starter/hello-world-container.png" >}})
1717

1818
- simple ubuntu container
1919

20-
![ubuntu-container]({{< usestatic "ubuntu-container.png" >}})
20+
![ubuntu-container]({{< usestatic "sks-starter/ubuntu-container.png" >}})
2121

2222
Watch these two examples below in the videos.
2323

content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/what-it-is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 1
99

1010
### **What is it?**
1111

12-
![what-it-is]({{< usestatic "what-it-is.png" >}})
12+
![what-it-is]({{< usestatic "sks-starter/what-it-is.png" >}})
1313

1414
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.
1515

static/090e7114-509a-4046-81f1-9c5fb8daf724/basic-concepts.png renamed to static/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/basic-concepts.png

File renamed without changes.

static/090e7114-509a-4046-81f1-9c5fb8daf724/container.png renamed to static/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/container.png

File renamed without changes.

0 commit comments

Comments
 (0)