@PICAJamaica@jamaicacustoms Just some friendly advice, the long redirect is unnecessary just do the redirect from .com to .gov.jm at the load balancer. Then focus on your logs and alerts for site reliability, there should be numerous errors attempting to reach the site
Move my Terraform modules to GitHub, migrated my terraform state file to Terraform Cloud. Spun up my VMs for Kubernetes. I should start managing my other LXCs and MWs with Terraform as well.
I solved an earlier issue, configuring a single NIC for multiple VLANs. Found a solution which worked for me. Now, the plan is to use Open vSwitch (ovs) to mirror and send a copy of all network packets through an interface to be analyzed. #homelab
Personal project update. I developed my app to fetch, translate and store data from other APIs. It’s working. However, after a couple of discussions with a team member I’m not refactoring my code. #pythonprogramming#python🧵
@temporalio I’ve swapped ElasticSearch + Kibana which I used to store the data I fetched data and basic visualization for OpenSearch and OpenSearch Dashboard. I’m still trying to debug things with that setup… ugh 😣