Skip to content

Commit

Permalink
docs: update embedded links
Browse files Browse the repository at this point in the history
  • Loading branch information
edeediong committed Sep 18, 2024
1 parent 786ce0c commit 79fac1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 6 additions & 2 deletions docs/guide/k8s/k8s-secret.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
runme:
id: 01J82Z98G1JA35Y4AAWMYDJW0T
version: v3
---

# Sealed Secrets

Runme provides a platform for documenting processes and instructions. It integrates swiftly with cloud infrastructures, including Kubernetes and its resources.
Expand Down Expand Up @@ -113,8 +119,6 @@ Make sure to replace placeholders like **`mysecret.yaml`** and **`mysealedsec

In this guide, we explored how to encrypt, decrypt, delete, deploy a Kubernetes secrtes using sealed secrets and Runme. Runme made the process of carrying all these operations out swiftly by utilizing its features.

Some [key features](/usage/hello-world) of Runme that make it stand out include:

- Its ability to simplify the copying and pasting of commands and codes,
- Run tasks in the background, interact with your terminal,
- Render images and tables inside your markdown files,
Expand Down
12 changes: 2 additions & 10 deletions docs/guide/k8s/kubectl.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
---
runme:
id: 01J82YTHEHH70ZG99ZDANDS9XY
version: v3
---
# Kubectl

In this guide, we will help you understand how to use kubectl to interact with your kubernetes cluster using Runme

Before we proceed, there are a few requirements needed to get started

## Prerequisites

- Runme Extension: Install the [Runme extension](https://marketplace.visualstudio.com/items?itemName=stateful.runme) in your VS Code editor. You can make Runme your [default Markdown viewer](/docs/installation/vscode#configure-your-default-markdown-editor), ensuring all your Markdown files are automatically opened as a Runme Notebook. Additionally, it provides other client interfaces where you can run your Markdown file. See the [Runme installation](/docs/installation/index) guide.
- Runme Extension: Install the [Runme extension](https://marketplace.visualstudio.com/items?itemName=stateful.runme) in your VS Code editor. You can make Runme your [default Markdown viewer](/installation/vscode#how-to-set-vs-code-as-your-default-markdown-viewer), ensuring all your Markdown files are automatically opened as a Runme Notebook. Additionally, it provides other client interfaces where you can run your Markdown file. See the [Runme installation](/installation/index) guide.
- Basic knowledge of Kubernetes concepts (pods, services, deployments).
- Access to a Kubernetes cluster (for this guide, we will be using a kind cluster).
- Docker installed ( to create your kind cluster)
Expand Down Expand Up @@ -253,7 +249,3 @@ To check CPU and memory usage of nodes and pods:
kubectl top nodes
kubectl top pod
```

## Conclusion

This guide covers the basic to intermediate operations you’ll frequently use in Kubernetes with `kubectl`. As you grow more comfortable, explore more advanced operations such as custom resources, autoscaling, and Helm charts.

0 comments on commit 79fac1c

Please sign in to comment.