Today I’m trying to use terraform to build a eks cluster. I was following the official terraform AWS EKS Introduction documentation. I got everything setup…
Author: NICK
You have probably noticed that helm autocompletion does not work by default. You have to configure it manually. I created the following bash script that…
Today I’m working on one of my client’s project. And that was design a revolution slider on their home page. For some reason, the text…
Today I’m working on a terraform creation for one of my clients. They using Azure Storage as their terraform backend. When I was working on…
Today I installed groovy on my new laptop with JVM 12. I downloaded Java from the official website and install groovy via brew brew install…
Today I came across an issue when our development team told me that the web app failed after browser reload. My reaction without thinking was…
To create a custom role, a caller must possess iam.roles.create permission. By default, the owner of a project or an organization has this permission and can create…
Cloud IAM also provides the ability to create customized Cloud IAM roles. You can create a custom Cloud IAM role with one or more permissions…
Today I was setting up a test project to allow Jenkins to receive the GitHub webbook when people commit their code. This is actually a…
I created a Jenkins compute instance based on Google Click to Deploy. It’s a deployment that include vm instance and the jenkins application. You will…