https://github.com/powercommands/kubernetestutorials
My shared playground that I update as I learning K8:s
https://github.com/powercommands/kubernetestutorials
cron-jobs cronjob cronjob-scheduler deployment docker docker-desktop docker-desktop-for-windows helm helm-chart helm-charts kubernetes minio mssql mssql-database s3-bucket s3-storage tutorials windows-11 wsl-ubuntu wsl2
Last synced: 2 months ago
JSON representation
My shared playground that I update as I learning K8:s
- Host: GitHub
- URL: https://github.com/powercommands/kubernetestutorials
- Owner: PowerCommands
- License: gpl-3.0
- Created: 2022-12-19T09:29:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T17:41:17.000Z (about 2 years ago)
- Last Synced: 2025-01-22T04:33:11.315Z (4 months ago)
- Topics: cron-jobs, cronjob, cronjob-scheduler, deployment, docker, docker-desktop, docker-desktop-for-windows, helm, helm-chart, helm-charts, kubernetes, minio, mssql, mssql-database, s3-bucket, s3-storage, tutorials, windows-11, wsl-ubuntu, wsl2
- Language: C#
- Homepage:
- Size: 2.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes - Docker Desktop tutorials
My shared playground that I update as I learning K8:s using Docker Desktop on Windows 11.
I am sharing my work as is, I leave no guarantees and I am an experienced developer and architect but far from an expert on kubernetes and learning this while doing it.## Preparations
[Set up your kubernetes kluster with Docker Desktop on Windows](Docs/Preparations.md)## Tutorials
[Deploy your first app](Docs/Deploy-Your-First-App.md)
Learn about how to make simple queries against your kubernetes cluster, and apply your deployment.
[Setup a MS SQL database Server](Docs/Percistent-Storage.md)
How to you create storage claims, how to use kubernetes secrets.
[Cron job with .NET Worker service](Docs/Worker-service.md)
How to create kubernetes jobs, using a SQL server (from earlier tutorial) a .NET Worker service and a .NET WebAPI together. In this tutorial I will create two own images and publish them on docker hub. I will also using environment variables and secrets.
[S3 storage with MinIO](Docs/S3-storage.md)
MinIO is a high performance object storage solution that provides an Amazon Web Services S3-compatible API and supports all core S3 features. This storage is to be used by an upcoming tutorial where we setup a Jupyter Notebook instance that stores it´s data in a MinIO "bucket".
[Install Wordpress with Helm and Helm chart](Docs/Wordpress.md)
The package manager for Kubernetes, Helm is the best way to find, share, and use software built for Kubernetes. Before you run this tutorial you need to [install helm](Docs/Helm.md).
# Tools
[Kubernetes Dashboard](Docs/Deploy-Kubernetes-Dashboard.md)[ArgoCD (GitOps tool to synchronize your repo and K8:s cluster)](Docs/ArgoCD.md)
[Helm (Helm is the best way to find, share, and use software built for Kubernetes.)](Docs/Helm.md)