Kubernetes IngressClass | error=”ingress does not contain a valid IngressClass"If you have come across this error after updating Kubernetes to the latest version. This solution should work. IngressClass is ingress resource that was added in Kubernetes 1.18 helps to target a specific Ingress controller while running multiple in...Jul 11, 2022·2 min read
Using private docker registry inside kubernetesConfigure a customer k8s cluster with Digital Ocean Container RegistryAug 12, 2021·3 min read
Simple double stage Golang docker imageThe efficient way to run golang app inside docker is to convert it to the binary and run. It is one of the advantage of compiled programming languages against interpreted programming languages. Compared to all the files needed to run a nodejs applica...Aug 12, 2021·2 min read