Skip to content

Commit

Permalink
docs/tutorial: controlling kubernetes (link)
Browse files Browse the repository at this point in the history
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
jpluscplusm committed Feb 15, 2024
1 parent eb2ecd6 commit 9de17be
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/docs/tutorial/controlling-kubernetes/en.md
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).
3 changes: 3 additions & 0 deletions content/docs/tutorial/controlling-kubernetes/page.cue
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 hugo/content/en/docs/tutorial/controlling-kubernetes/index.md
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).

0 comments on commit 9de17be

Please sign in to comment.