Daynight
Pages
(Move to ...)
▼
Showing posts with label
NodePort
.
Show all posts
Showing posts with label
NodePort
.
Show all posts
Wednesday, August 19, 2020
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
Access ASP.NET Core MVC Application with Kubernetes and NodePort
›
Execute the command " kubectl describe pod myapp-rc-wl284 ", each of them is running on a specific IP, internal to the node. Th...
Kubernetes Service Type using -type options
›
The command to expose the replication controller kubectl expose rc myapp-rc --name=myapp-rc-service --type=NodePort The --name option sets...
›
Home
View web version