PinnedInITNEXTbyGrig Gheorghiu·Feb 2, 2021Bare-metal Kubernetes with Kubeadm, NGINX ingress controller and HAProxyHere are some of my notes for setting up a “bare-metal” Kubernetes (k8s) cluster. I put bare-metal in double quotes because I actually…A response icon4A response icon4
InAWS TipbyGrig Gheorghiu·May 10, 2022Deploying the Traefik Application Proxy with TLS in AWS EKSI’ve been reading many blogs posts, Stack Overflow replies, GitHub issues threads, etc., all about getting Traefik to work properly with…A response icon1A response icon1
Grig Gheorghiu·Apr 2, 2022Difference between ingress, ingress controller, and API gateway in KubernetesThere is no shortage of articles explaining the concepts of Kubernetes Ingress controllers and Ingress objects. I want to add a quick…A response icon1A response icon1
InITNEXTbyGrig Gheorghiu·Jan 19, 2022Deploying an Istio Gateway with TLS in EKS using the AWS Load Balancer ControllerI have been using Linkerd as a service mesh for a while. A new requirement that has come up is to do service-to-service authorization…A response icon5A response icon5
InAWS TipbyGrig Gheorghiu·Jan 4, 2022Dockerless containers with Podman on MacOSDocker the company has been throwing wrenches lately into what used to be a smooth user experience with their new Terms of Service for…A response icon1A response icon1
InTowards DevbyGrig Gheorghiu·Dec 19, 2021Blogging in Golang with WriteFreely and CaddyI realize it is ironic to write a Medium post about setting up a personal blogging platform, but more and more people are looking at doing…
InITNEXTbyGrig Gheorghiu·Apr 30, 2021Adventures with Nexus in Kubernetes: database corruption and storage managementKids, when they teach you not to run databases in Kubernetes, please pay attention! I wish I followed this advice before rolling out a…A response icon2A response icon2
InTowards DevbyGrig Gheorghiu·Mar 18, 2021Using the paketo nginx buildpack to build an nginx Docker imageCloud Native Buildpacks are a modern way of creating container images without a Dockerfile. They work by inspecting the source code and…
InITNEXTbyGrig Gheorghiu·Mar 9, 2021GitOps with Flux and Helm OperatorThese are some notes I took for myself because I’ve done this exercise over and over again over the last couple of years. The idea is to…