Skip to main content

Posts

Showing posts from September, 2020

On Kubernetes learning path - #1

My first attempt at learning Kubernetes was about a year ago. I've managed to setup a minikube  instance and run a cluster of RabbitMQ + monitoring stack on top ( Prometheus and Grafana ). While this all worked well inside a single minikube instance, doing such lab activities without being able to project my meager experience onto real-life project did not provide for a great learning opportunity.

Deploying to FTP with Octopus Deploy

 Recently I had overhauled build and deployment procedure for one of my pet projects. Project is a web app built with ASP.NET MVC and Web API, and it's hosted on one of the shared hosting platforms. Those unfortunate enough to still use shared hosting know, that there's little alternative to deploy there besides using FTP file-share.