Daynight
Pages
(Move to ...)
▼
Showing posts with label
YAML
.
Show all posts
Showing posts with label
YAML
.
Show all posts
Tuesday, August 25, 2020
Deploy ASP.NET CORE application with the Kubernetes Deployments
›
Update the application with a rolling update strategy that releases new pods more gradually, one pod at a time. Roll back the appl...
Wednesday, August 19, 2020
Deploy ASP.NET Core Application different image verison in Kubernetes
›
Deploying the pods (individually or with a replication controller), using the same labels, except for the version, for which you use th...
Kubernetes Lessons Learned
›
ASP.NET CORE and Docker ASP.NET Core Application with Docker Add SQL Server 2017 Docker Container to ASP.NET Core MVC/Web API Proje...
Monday, August 17, 2020
Create a Kubernetes service using a YAML
›
Instead of exposing directly (see the blog) , create a service in a declarative way using a YAML file forntendmvc_service .yaml --...
Sunday, August 16, 2020
Kubernetes ReplicationController
›
Create multiple instances of the pod using a ReplicationController, which is a master controller that replicates the specified pods, ba...
›
Home
View web version