Kyle Robinskylerobins.hashnode.dev·Jan 29, 2024Introduction to Kubernetes (K8s)Definition - Kubernetes is an opensource orchestration engine for automating deployments,scaling, and managing containerized applications it was created by Google but its now actively maintained by Cloud Native Computing Foundation. Kubernetes facili...Discuss·2 likes·168 readsKubernetes
Henry Eleonuhenryeleonu.com·Dec 19, 2022How To Deploy PostgreSQL on AWS Elastic Kubernetes Service (EKS)In this post, I am going to explain the step I followed to deploy PostgreSQL running in docker containers to AWS EKS. The YAML files I used for this deployment can be found in my GitHub repository: https://github.com/henryeleonu/spark-kubernetes/tree...Discuss·2.0K readsAWS Elastic Kubernetes Service