Month: March 2023
How to Update Fork Repo From Original Repo
Good Post on how https://levelup.gitconnected.com/how-to-update-fork-repo-from-original-repo-b853387dd471
Read MoreMy Notes: Setting up a RabbitMQ Cluster
This post goes through the https://adamtheautomator.com/rabbitmq-cluster/ For docker, I forked a repo. Docker Compose for RabbitMQ Cluster To work with MassTransit…
Read MoreMy Notes: Kubernetes Helpers
To run Kubernetes clusters within docker, use kind (k8s.io) I found these tools beneficial kubectx: Faster way to switch between clusters…
Read MoreExploring AWS RDS for SQL Server vs Azure SQL
I’m looking at moving to AWS RDS for SQL from Azure SQL. The biggest downside is the licensing. Currently, I’m using…
Read MoreMy Notes: Deploying Angular/.Net Core App to Kubernetes
Good Post with DB migrations while the deploying is rolling out https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes
Read More