Skip to content

Commit

Permalink
Added timings for kustomize and helm labs
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Jul 1, 2024
1 parent ee1af32 commit 143e987
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
3 changes: 2 additions & 1 deletion website/docs/introduction/helm/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Helm (optional)
title: Helm
sidebar_custom_props: { "module": true }
sidebar_position: 50
---

Expand Down
14 changes: 13 additions & 1 deletion website/docs/introduction/kustomize/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
---
title: Kustomize (optional)
title: Kustomize
sidebar_custom_props: { "module": true }
sidebar_position: 40
---

::required-time

:::tip Before you start
Prepare your environment for this section:

```bash timeout=300 wait=10
$ prepare-environment
```

:::

[Kustomize](https://kustomize.io/) allows you to manage Kubernetes manifest files using declarative "kustomization" files. It provides the ability to express "base" manifests for your Kubernetes resources and then apply changes using composition, customization and easily making cross-cutting changes across many resources.

For example, take a look at the following manifest file for the `checkout` Deployment:
Expand Down
12 changes: 12 additions & 0 deletions website/lab-timing-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@
"file": "introduction/getting-started/index.md",
"executionTimeSeconds": 40
},
"introduction/helm/index.md": {
"title": "Helm",
"directory": "introduction/helm",
"file": "introduction/helm/index.md",
"executionTimeSeconds": 195
},
"introduction/kustomize/index.md": {
"title": "Kustomize",
"directory": "introduction/kustomize",
"file": "introduction/kustomize/index.md",
"executionTimeSeconds": 50
},
"automation/controlplanes/ack/index.md": {
"title": "AWS Controllers for Kubernetes (ACK)",
"directory": "automation/controlplanes/ack",
Expand Down

0 comments on commit 143e987

Please sign in to comment.