top of page

Search


Conftest: The path to more efficient and effective Kubernetes automated testing
This TeraTip is to take our DevSecOps pipelines to the next level! We are going to make use of Conftest. What is Conftest? Conftest is a...
May 17, 2023


Self-Managed ArgoCD Explained: Benefits and Best Practices
The answer is yes, ArgoCD can manage itself. But how? You may ask. Then, read this TeraTip to know how you can set up your ArgoCD to...
Apr 13, 2023


Boost Kubernetes Security with KubeSec: Best Practices and Implementation
Kubesec is an open-source Kubernetes security scanner and analysis tool. It scans your Kubernetes cluster for common exploitable risks...
Mar 20, 2023


Taking advantage of Terraform’s dynamic blocks
When using Terraform to create and maintain our infrastructure, sometimes we need to define different block properties for our...
Mar 14, 2023


Two tools for handling obsolete APIs in k8s
When we use Kubernetes to deploy services, we often find ourselves needing to update their APIs or perform a cluster upgrade. As a good...
Feb 15, 2023


Automate Slack Notifications with Dependabot and GitHub Actions
Dependabot and Github working together Dependabot is a tool integrated with GitHub which allows us to automate analysis and updates of...
Dec 20, 2022


Get organized with Terraform Workspaces
As we know, when we deploy Infrastructure, it’s prevalent that we need many and different environments, like development, testing,...
Dec 14, 2022


Github Reusable Workflows
Keep your workflows DRY Github Reusable Workflows It is common in an organizational environment to have multiple applications built with...
Aug 17, 2022


GitHub Actions without AWS credentials
Use GitHub Actions without the need to share AWS credentials as secrets Many times when we need to connect to AWS through GitHub...
Aug 11, 2022


Easy CodeCommit authentication with git-remote-codecommit
There is a new and much easier way to interact with CodeCommit repositories from git. Forget the times when you need to run git config...
Nov 3, 2021
bottom of page