From 9ea53942dfeda38187ccdf5618ac1822f64088db Mon Sep 17 00:00:00 2001 From: leopold-cramer Date: Tue, 17 Mar 2026 11:07:09 +0100 Subject: [PATCH] fix: sync pre-requisites nav and index with kubectl and terraform --- .../docs/tutorials/pre-requisites/.nav.yml | 7 +-- .../docs/tutorials/pre-requisites/index.md | 58 +++---------------- 2 files changed, 10 insertions(+), 55 deletions(-) diff --git a/Tutorial/docs/tutorials/pre-requisites/.nav.yml b/Tutorial/docs/tutorials/pre-requisites/.nav.yml index ebd2520..691245b 100644 --- a/Tutorial/docs/tutorials/pre-requisites/.nav.yml +++ b/Tutorial/docs/tutorials/pre-requisites/.nav.yml @@ -4,9 +4,6 @@ nav: - Git: git.md - Cosmotech SDK: cosmotech-sdk.md - Azure CLI: az-cli.md - - nvm / npm / Node.js: npm-node.md - - Dotenv: dotenv.md - - jq: jq.md - Babylon: babylon.md - - CoAL: coal.md - - Power BI: power-bi.md + - kubectl: kubectl.md + - Terraform: terraform.md diff --git a/Tutorial/docs/tutorials/pre-requisites/index.md b/Tutorial/docs/tutorials/pre-requisites/index.md index 3c0fc12..ce98c70 100644 --- a/Tutorial/docs/tutorials/pre-requisites/index.md +++ b/Tutorial/docs/tutorials/pre-requisites/index.md @@ -88,48 +88,6 @@ You will be using it mostly to connect to azure image repository to send your so -
-
-:material-keyboard-return: __nvm / npm / node__ - ---- -npm and Node.js are required for running JavaScript tools and building web applications. - -You will need those if you have to do customization of the webapps. -
-[:octicons-arrow-right-24: nvm / npm / Node.js](./npm-node.md) -
-
-
- -
-
-:material-keyboard-return: __Dotenv__ - ---- -Dotenv CLI is a command-line tool for loading environment variables from .env files. - -Essential for managing configuration and environment variables in development and deployment workflows. -
-[:octicons-arrow-right-24: Dotenv](./dotenv.md) -
-
-
- -
-
-:material-keyboard-return: __jq__ - ---- -jq is a lightweight and flexible command-line JSON processor. - -Essential for parsing, filtering, and manipulating JSON data in shell scripts and command-line workflows. -
-[:octicons-arrow-right-24: jq](./jq.md) -
-
-
-
:material-keyboard-return: __Babylon__ @@ -146,28 +104,28 @@ You will need it to update high level configuration of you application.
-:material-keyboard-return: __CoAL__ +:material-keyboard-return: __kubectl__ --- -CoAL (CosmoTech Acceleration Library) provides a set of tools and utilities to accelerate CosmoTech solution development. +kubectl is the command-line tool for interacting with Kubernetes clusters. It lets you deploy applications, inspect resources, and manage cluster operations. -Installing CoAL gives access to two CLIs: `csm-data` for data management and `csm-orc` for orchestration workflows. +You will need it to manage and monitor the Kubernetes resources of your deployed solution.
-[:octicons-arrow-right-24: CoAL](./coal.md) +[:octicons-arrow-right-24: kubectl](./kubectl.md)
-:material-keyboard-return: __Power BI__ +:material-keyboard-return: __Terraform__ --- -Power BI is the tool used to create dashboards embedded in the Cosmo Tech Webapp. +Terraform is an Infrastructure as Code (IaC) tool that lets you define and provision infrastructure using declarative configuration files. -Its installation requires you to have access to a Windows environment, either natively (if you are on Windows and used WSL for the rest of the installation) or using a Virtual Machine. +You will use it to provision and manage the cloud infrastructure required by your solution.