Last active
August 15, 2021 08:14
-
-
Save jforge/1d9c751569e4039e95448b48a3042841 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .net core, kubernetes tool stack on MacOS | |
https://www.jetbrains.com/rider/ | |
http://www.mono-project.com/download/stable/ | |
https://www.microsoft.com/net/download/thank-you/dotnet-sdk-2.1.300-macos-x64-installer | |
https://www.microsoft.com/net/download/macos | |
https://github.com/kubernetes/minikube/releases | |
https://kubernetes.io/docs/tasks/tools/install-kubectl/ | |
# dotnet core docker | |
https://hub.docker.com/r/microsoft/dotnet/ | |
https://ropenscilabs.github.io/r-docker-tutorial/04-Dockerhub.html | |
# kubernetes | |
https://docs.docker.com/engine/examples/dotnetcore/ | |
https://blog.jetbrains.com/idea/2018/03/intellij-idea-2018-1-kubernetes-support/ | |
# Raspberry Pi | |
https://medium.com/@mczachurski/kubernetes-on-raspberry-pi-with-net-core-36ea79681fe7 | |
# AWS | |
https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html | |
https://console.aws.amazon.com/eks/home?region=us-east-1#/ | |
https://aws.amazon.com/de/fargate/faqs/ | |
https://logz.io/blog/aws-eks-ecs-and-fargate/ | |
What does this mean? This means you can focus on building your docker images, placing them in ECR, | |
and deploying them into a web of containers through EKS, easily. | |
This launch type could very well bring AWS in line with Azure and Google quickly and then push AWS ahead. | |
# Azure | |
https://pascalnaber.wordpress.com/2017/09/12/run-net-core-2-docker-images-in-kubernetes-using-azure-container-service-and-azure-container-registry/ | |
https://codelabs.developers.google.com/codelabs/cloud-kubernetes-aspnetcore/index.html?index=..%2F..%2Findex#0 | |
https://codelabs.developers.google.com/codelabs/cloud-aspnetcore-cloudshell/#1 | |
https://docs.microsoft.com/en-us/dotnet/standard/modern-web-apps-azure-architecture/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment