Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

k8s aspcore web-api istio helm steeltoe minikube example

NotificationsYou must be signed in to change notification settings

psosnicki/k8s-aspcore-helm-istio-steeltoe-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build with:

  • ASP.NET Core Web API
  • Docker
  • Helm
  • Istio
  • Minikube
  • Steeltoe
Prerequisites
>choco install docker-desktop
>choco install minikube
>choco install kubernetes-cli
>choco install kubernetes-helm

Start:

>./start.ps1

or

#start minikube clusterminikube start#install istio demo profileistioctl install--set profile=demo-y#enable auto injecting sidecar into pods (default namespace)kubectl label namespacedefault istio-injection=enabled--overwrite#install kiali, prometheus, jaegerkubectl apply-f https://raw.githubusercontent.com/istio/istio/release-1.16/samples/addons/kiali.yamlkubectl apply-f https://raw.githubusercontent.com/istio/istio/release-1.16/samples/addons/prometheus.yamlkubectl apply-f https://raw.githubusercontent.com/istio/istio/release-1.16/samples/addons/jaeger.yaml#provide terminal to docker engine inside minikubeminikube-p minikube docker-env--shell powershell|Invoke-Expression#build aspnet-core-web-api docker image inside minikubedocker build-t aspnet-core-web-api:latest .\src\WebApi#update helm dependencieshelm dependency update .\k8s#install helm packagehelm install web-api .\k8s--wait#enable access to application running within minikube (istio-ingressgateway)minikube tunnel
Browse to http://127.0.0.1/test

Dashboards

minikube dashboard

alt text

istioctl dashboard kiali

alt text

istioctl dashboard jaeger

alt text

Cleanup

#uninstall helm web-api packagehelm uninstall web-api#remove istioistioctl uninstall--purge

About

k8s aspcore web-api istio helm steeltoe minikube example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp