Blog Posts

Installing Kodi Plugins
- Rick Pfahl
- Entertainment
- 09 May, 2024
Kodi is an application primarily for streaming of video online. It can also stream audio, run video game emulators and other things, but most people use it to stream video. If you search online, you'l
read more
Horizontal Scaling in Kubernetes
- Rick Pfahl
- Engineering and Development
- 07 May, 2024
Horizontal scaling in Kubernetes refers to dynamically adjusting the number of application instances (pods) based on workload changes to maintain optimal performance. Unlike vertical scaling, which in
read more
What is Kubernetes? Where and Why Should You Use it?
- Rick Pfahl
- Engineering and Development
- 07 May, 2024
Key Use Cases and Benefits Kubernetes simplifies the deployment and scaling of applications through automation. It facilitates automated rollouts and rollbacks, ensuring seamless updates without d
read more
How to Use Docker for Development Environments
- Rick Pfahl
- Engineering and Development
- 05 May, 2024
When developing an application running in Docker, you can edit the files on your local machine and have those changes immediately reflected in the running container. This is typically done using Docke
read more
What is Docker and Where and Why Should You Use it?
- Rick Pfahl
- Engineering and Development
- 04 May, 2024
Docker is a platform designed for containerization, allowing developers to package applications and their dependencies into lightweight, portable containers. These containers are isolated environments
read more