The time to use a Map: All keys must be the same type All values must be the same type Keys are indexed – we…
Author: NICK
In Golang, one of the confusing part is value type and reference type. Value type: int, float, string, bool, structs Reference type: slides, maps, channels,…
I was working on a client who prefer to use azure flex volume to retrieve secret from Azure Key Vault. And they only want to…
I was working on a project to help client to setup FlexVolume for Azure Key Vault in AKS. The setup process is fairly straight forward.…
If you have ever use Kubernetes on other cloud providers, you would found, things on EKS works a bit differently. Today I was facing an…
You will need to port-forward you prometheus to you local 8080 port if you dont have a LB or ingress setup. I have prometheus server…
Today I’m working for one of the clients. they are running kubernetes on premise and they want to setup node exporter on both master and…
You should never expose your database outside of your private network. Let’s use RDS as an example, if you want to access RDS instance, you…
I try to help a client to setup istio + cert-manager + azure dns toolsets working on their AKS cluster. My plan is to Get…
I was working on Azure Key Vault in Azure DevOps. I’m trying to retrieve the secret from Azure Key Vault from Azure DevOps pipeline. az…