Vault is a secret management tool that equivalent to Key Vault in Azure and KMS in AWS. But vault has lots of other features that…
Author: NICK
Today I was testing helm deployment in GKE. I create the tiller rbac and init helm from the cloud shell in GCP. I was able…
Today I found a problem in our Jenkins instance. the build is failing, I checked the log on jenkins master and found the following: 12:11:18…
As my previous post, I’ve also came into a situation that I need to write the same secret into multiple namespaces. In this case, rather…
I’m using hashcorp vault in the current kubernetes environment that I’m working at. We got many namespaces that require the same setup include secrets. I…
I had a request from one of my client, his requirement is to run a pod on a specific node. I’ve implement the following by…
Today I was doing the services recovering from a cluster rebuild. I was trying to bring back the Jenkins master. The Jenkins_home has been defined…
I was working on the trendmicro deepsecurity smart check for container scanning. The client I’m working on got a big container registry, around 10k images.…
If you are getting the following error when you try to execute the kubectl command. could not get token: NoCredentialProviders: no valid providers in chain.…
Today I’m working on an EKS cluster in AWS. I’ve been used terraform to create AKS and GKE in the past. I wouldn’t say EKS…