Deploying to the Cloud! Moving Off-Premise and Onto OKE
Hey everyone! And welcome back. The journey to deepen my skills in software engineering and cloud-native technologies continues. Recently, I embarked on a project to redeploy my personal website, paulojauregui.com, onto an Oracle Kubernetes Engine (OKE) cluster. I was hosting it locally from my Kubernetes cluster that lives in my closet, and while fun and educative this experience was, it was not without its pitfalls. Namely, if/when I broke my internet by playing around with my server, my site would become unavailable. To accomplish this, we would continue using a complete GitOps approach with Argo CD, ensuring automated SSL with Cert-Manager, and navigating the real-world challenges that come with it. I’m excited to share the process, the hurdles, and the “aha!” moments.