ArminShoeibi / FIFAWorldCup

.NET 7 Web API + Docker + Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIFAWorldCup

How to run?

  1. Navigate to the root directory

docker build --file src/FIFAWorldCup.API/Dockerfile --tag fifaworldcup:v1.0.0 .

  1. Apply K8s manifests

kubectl apply -f src/FIFAWorldCup.API/K8s/FIFAWorldCup.API.Deployment.yml

kubectl apply -f src/FIFAWorldCup.API/K8s/FIFAWorldCup.API.Service.yml

About

.NET 7 Web API + Docker + Kubernetes


Languages

Language:C# 70.3%Language:Dockerfile 29.7%