diff --git a/Makefile b/Makefile index b83f12004..291ed48e1 100644 --- a/Makefile +++ b/Makefile @@ -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 ## Install docs.layer5.io dependencies on your local machine. ## See https://gohugo.io/categories/installation diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/build-and-run.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/build-and-run.md index 851683f8d..ba584e8a0 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/build-and-run.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/build-and-run.md @@ -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** diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/containers.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/containers.md index c0a6b4275..330c682bc 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/containers.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/containers.md @@ -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** diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/dockerhub.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/dockerhub.md index 6b1b0245a..08af783b0 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/dockerhub.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/dockerhub.md @@ -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** diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/sample-application.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/sample-application.md index 72bc0462f..bce02fe69 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/sample-application.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/containers/content/sample-application.md @@ -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" >}}) diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/basic-concepts.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/basic-concepts.md index c087e93ca..5890f2a51 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/basic-concepts.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/basic-concepts.md @@ -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 diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/features.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/features.md index f588f2696..7ba394af1 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/features.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/features.md @@ -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** diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/positioning.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/positioning.md index 3db8dc91b..ebb830bf4 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/positioning.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/positioning.md @@ -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.** diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/simple-examples.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/simple-examples.md index ad9930262..a056da994 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/simple-examples.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/simple-examples.md @@ -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. diff --git a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/what-it-is.md b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/what-it-is.md index 4377232b9..8c350d9ee 100644 --- a/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/what-it-is.md +++ b/content/learning-paths/090e7114-509a-4046-81f1-9c5fb8daf724/sks-starter/kubernetes/content/what-it-is.md @@ -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. diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l8-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/basic-concepts.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l8-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/basic-concepts.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l5-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/container.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l5-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/container.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l7-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/docker-build.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l7-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/docker-build.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l8-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/docker-hub.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l8-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/docker-hub.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l7-2.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/docker-run.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l7-2.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/docker-run.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l4-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/features.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l4-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/features.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l7-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/hello-world-container.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l7-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/hello-world-container.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/image-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/image-1.png deleted file mode 100644 index ac439d223..000000000 Binary files a/static/090e7114-509a-4046-81f1-9c5fb8daf724/image-1.png and /dev/null differ diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l2-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/nodejs-app.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c2-l2-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/nodejs-app.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l5-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/positioning.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l5-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/positioning.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l7-2.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/ubuntu-container.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l7-2.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/ubuntu-container.png diff --git a/static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l1-1.png b/static/090e7114-509a-4046-81f1-9c5fb8daf724/what-it-is.png similarity index 100% rename from static/090e7114-509a-4046-81f1-9c5fb8daf724/images/sks-starter/c3-l1-1.png rename to static/090e7114-509a-4046-81f1-9c5fb8daf724/what-it-is.png