Remove outdated guides and restructure documentation for infctl and MVK
- Deleted the following guides: - Introduction to infctl - Local K3d Instance creation - Traefik ingress setup - Longhorn storage setup - Local Vagrant cluster setup - Quick Start guide for MVK - Minimal Viable Kubernetes overview - Added new guides: - Local Development Environment setup - Initial Pipeline Run for infctl - Create a Vagrant 3 node cluster - Smoke test for Vagrant cluster - Add Longhorn Storage guide - Add Ingress guide - Smoke test for Ingress - Updated index and navigation links to reflect new structure.
This commit is contained in:
parent
c1cea80b12
commit
ff6341edf1
16 changed files with 97 additions and 6811 deletions
14
src/content/docs/infctl/intro.md
Normal file
14
src/content/docs/infctl/intro.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: Introduction
|
||||
description: introducing infctl and its guiding principles
|
||||
---
|
||||
|
||||
Kubernetes is complicated, so getting started can be a pain.
|
||||
|
||||
There are many tools out there to create a development Kubernetes environment.
|
||||
|
||||
`infctl` is just another such tool, however it is designed with simplicity in mind, yet with a view to it being extended into production and beyond.
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue