1
0
Fork 0

Update Getting started Section with New Docker and Kubernetes Tutorial

This commit is contained in:
Sheddy 2025-06-20 16:36:04 +01:00 committed by GitHub
parent 74eafcd044
commit 0f862f4792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 524 additions and 459 deletions

View file

@ -0,0 +1,25 @@
---
title: "Getting Started with Traefik"
description: "Quick start guides for deploying Traefik in Kubernetes and Docker environments"
---
# Getting Started with Traefik
Traefik can be deployed in various environments. Choose your preferred deployment method:
- [Kubernetes Quick Start](./kubernetes.md) - Deploy Traefik using Helm
- [Docker Quick Start](./docker.md) - Deploy Traefik using Docker
Each guide will help you:
- Install Traefik
- Expose the dashboard
- Deploy a sample application
- Configure basic routing
## Before You Begin
Make sure you have the necessary prerequisites for your chosen environment:
- **Kubernetes**: A running Kubernetes cluster, Helm 3, and kubectl
- **Docker**: Docker and optionally Docker Compose