Deploying a FastAPI app to Kubernetes with health probes
Health probes can be configured in Kubernetes deployments to monitor if our pods are working as expected and are ready to receive traffic.
Thoughts on development, infrastructure, and the tools I use.
82 posts tagged "tutorial"
Health probes can be configured in Kubernetes deployments to monitor if our pods are working as expected and are ready to receive traffic.
Configure the print method of your Zebra printer using ZPL commands. Set Direct Thermal or Thermal Transfer, and persist the change between boots.
Every server needs a static IP address to work as expected. On Ubuntu, you have to use Netplan to configure a static IP address.
Using a utility from QEMU you can convert a VM drive to another disk format, so you can boot it using another hypervisor.
Backing up our files is a crucial task that we don't consider until it's too late. Using rclone, we can make a backup of all our data stored in S3 buckets.
Learn how to add an NFS mount point to an Ubuntu server to access your files stored in a remote location.
When using Proxmox you might want to remove local and local-lvm storage, follow these steps to be able to claim that space back.
Windows Group Policy provides four actions for interacting with the computer registry. Learn the difference between them!
Windows, by default, enters a deep hibernation when shutting off. You can disable it by modifying the computer registry.
Learn how to test a Laravel middleware using Pest without too much effort.