Today I’m working on configuring terraform in Azure DevOps CI. The goal is very simple; just try to use terraform automatically install the terraform templates.…
Author: NICK
I was experiencing the following issue when trying to install istio on Azure. istioctl manifest apply -f istio.aks.yaml –logtostderr –set installPackagePath=./install/kubernetes/operator/charts 2020-01-05T22:29:29.321354Z info ReadProfileYAML for…
After testing istio in my side project for a while, finally one of the customers is keen to give istio a go. Because the client…
I’m working on a project that we would like to get helm 3 for our client. There is default option to upgrade helm 2 to…
I was running an old script for one of my client today. The script was written in Python. And I was running python 3.7.4 while…
When you working with kafka-topics CLI to create topic, you may experience the following error: Error while executing topic command : Replication factor: 2 larger…
Today I’m working on a vault demo and I just create a vault server on GKE. when I try to log into vault. I was…
If you are trying to generate dynamic secret on vault and you are getting the following error. this could help. Error reading database/creds/dev: Error making…
Today I’m going to talk about the dynamic secret in vault by a demo. prerequisite: you have already have a kubernetes cluster, a vault server…
Hashicorp recently published helm chart for vaults. I’m trying it out today. Unfortunately currently there is no way you can install it from the remote…