Skip to content

Some simple demo project with a .net 6 (preview) web api deployed to an kubernetes cluster hosted in azure

Notifications You must be signed in to change notification settings

jfuerlinger/net6tutorial

Repository files navigation

.net core 6.0 tutorial with kubernetes

Quality

The quality of the source is checked by SonarQube which is hosted by sonarcloud:

Dashboard

Quality Gate Status Coverage Maintainability Rating Vulnerabilities Bugs Code Smells

Pipeline

Docker Image CI

Commands

Start the aks cluster

az aks start --name k8s-cluster-01 --resource-group kubernetes-gettingstarted-rg

Stop the aks cluster

az aks stop --name k8s-cluster-01 --resource-group kubernetes-gettingstarted-rg

Get the state of the aks cluster

az aks show --name k8s-cluster-01 --resource-group kubernetes-gettingstarted-rg | ConvertFrom-Json | Select-Object Powerstate

Switch between kubernetes contexts

-> Context: docker-desktop

kubectl config use-context docker-desktop

-> Context: k8s-cluster-01

kubectl config use-context k8s-cluster-01

Setup script

Setup

Resources

About

Some simple demo project with a .net 6 (preview) web api deployed to an kubernetes cluster hosted in azure

Topics

Resources

Stars

Watchers

Forks