Explore >> Select a destination


You are here

sookocheff.com
| | nodogmablog.bryanhogan.net
1.3 parsecs away

Travel
| | In my previous post I showed how to run a single instance of a Web API application in Kubernetes using Minikube. In this post, I will show you how to deploy the same application, but this time there will be 3 instances of the application, with a load balancer routing traffic to each of the instances.
| | juffalow.com
1.2 parsecs away

Travel
| | Write simple Node.js backend using TypeScript, Express and Terminus and run it in Digital Ocean Kubernetes cluster. In the end you will have application which is running in multiple replications and has access to environment variable passed to the application by Kubernetes secret.
| | nbailey.ca
2.1 parsecs away

Travel
| | Kubernetes is our generation's Asbestos.
| | danielrotter.at
13.2 parsecs away

Travel
| It was not trivial to setup nginx with php-fpm to run in separate containers in kubernetes. Therefore I want to explain how I got it to work.