-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/tutorial: controlling kubernetes (link)
This adds a page linking offsite to the existing Kubernetes tutorial that lives in the CUE By Example repo on GitHub. Closes cue-lang/docs-and-content#21. Preview-Path: /docs/tutorial/controlling-kubernetes/ Signed-off-by: Jonathan Matthews <[email protected]> Change-Id: Id541d814eefff47447895c558644c9dd7e67cfc5 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1176897 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]>
- Loading branch information
1 parent
eb2ecd6
commit 9de17be
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Controlling Kubernetes with CUE | ||
tags: | ||
- cue command | ||
- tooling | ||
toc_hide: true | ||
--- | ||
|
||
In this tutorial you will learn how to import Kubernetes configuration files | ||
for a collection of microservices. | ||
|
||
This tutorial can be read on CUE By Example: | ||
[github.com/cue-labs/cue-by-example](https://github.com/cue-labs/cue-by-example/tree/main/003_kubernetes_tutorial#controlling-kubernetes-with-cue). |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package site | ||
|
||
content: docs: tutorial: "controlling-kubernetes": {} |
13 changes: 13 additions & 0 deletions
13
hugo/content/en/docs/tutorial/controlling-kubernetes/index.md
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Controlling Kubernetes with CUE | ||
tags: | ||
- cue command | ||
- tooling | ||
toc_hide: true | ||
--- | ||
|
||
In this tutorial you will learn how to import Kubernetes configuration files | ||
for a collection of microservices. | ||
|
||
This tutorial can be read on CUE By Example: | ||
[github.com/cue-labs/cue-by-example](https://github.com/cue-labs/cue-by-example/tree/main/003_kubernetes_tutorial#controlling-kubernetes-with-cue). |