top of page

Search


Hitting Github API REST with the Linux console
The very first step to hitting any API REST is to read the documentation because every API is a world. While some of them are very...
Aug 24, 2021


How to configure different event webhooks in Sendgrid
SendGrid is a cloud-based SMTP provider for transactional and marketing email. You can send email via SMTP relay or through the web API....
Jun 29, 2021


Terraform workspaces, direnv, dotenv, and mental sanity
Once you have all your environments working with Direnv, Advanced Direnv for Devops, if you are working with Terraform namespaces there...
Jun 15, 2021


Using GCloud service accounts in Terraform
Now that you are comfortably using ServiceAccounts to interact securely with GCP, are you still not using it? Refer to this Teratip...
May 27, 2021


Build Docker containers on Kubernetes with Jenkins and Kaniko
This writeup documents the current best way to build Docker containers within transient Jenkins agents inside a Kubernetes cluster. This...
Apr 20, 2021


Google Cloud: Importing resources from the Gcloud to IaaC in Terraform
Managing resources in the cloud can be frustrating if the infrastructure is too big or too complex. That’s why we suggest having the...
Apr 6, 2021


Do you want to import an ECDSA certificate into AWS?
Don't waste your time trying to import into ACM, Amazon Certificate Manager says ECDSA is supported but if almost impossible to import...
Mar 23, 2021


Serverless Deployment: Simplifying Application Management
There are many ways to deploy infrastructure as code, but today’s Teratip is about a special one we like to use: Serverless. As with...
Mar 16, 2021


Internal Workshop: Kubernetes
"It would be good to give an internal workshop on all this that Kubernetes has been working on" Me! a junior! To give a workshop, I...
Dec 2, 2020


DevSecOps as an extension of DevOps
A couple of months ago we heard about Docker and vulnerabilities found on some of their images. It’s easy to imagine what could happen if...
Aug 15, 2019
bottom of page