I'm Felipe Espinoza, Software Engineer and Lead Engineer in the Online Education project at Universidad de Chile. I like exploring open source projects and automating everything I can, by applying DevOps practices to speed up development and deployments in a safe, repeateble way.

Writing a Kubernetes Admission Controller

With the deprecation of PSP on Kubernetes v1.21, we will have to migrate to other methods to control the resource permissions in a cluster. One case that I wanted to...

HashiCorp Vault Auto Unseal for On-Premise Servers

HashiCorp Vault default startup state is sealed, meaning that any interruption of the services will mean the Vault will be sealed until manual intervention, inserting the seal keys on the...