Build Docker containers on Kubernetes with Jenkins and Kaniko
top of page


This writeup documents the current best way to build Docker containers within transient Jenkins agents inside a Kubernetes cluster. This setup has unique features and unique caveats you need to consider, and intend to save you, dear reader, the time I invested trying different solutions. Setup These are the components used in this setup. You can replace the K8S provider and the solution and considerations will hold. You can also change the destination registry for your images

Our Recruiting process: We Hire Character, We Train Skills
The famous phrase "join our Team!" does not represent our recruiting process. We want you to join our Teracloud family, but we really want us to join your professional life! In one way or another, we are changing and innovating in all our processes related to Talent. We are taking a turn in everything related to Talent management and the recruitment and selection process is not far behind. We break with the traditional interview scheme Rather, we consider them exchange calls.

My personal journey into the Cloud!
The words “Cloud Computing” are used far too often these days, and you may not be familiar with this technical term and the nuances behind it, as it happened to me a year and a half ago. Over the past 18 months, I have been working for an IT company, Teracloud, and now I can safely tell you the meaning of Infrastructure as Code, Machine Learning, data migration, HIPAA Compliance Law and Privacy Rules, and many other concepts related to the Cloud Computing environment. I’m Vic

Why is SaaS considered the industry of the future?
The work today has varied a lot, it is no longer defined by the physical or traditional limitations of yesteryear. We are in a globalized world and borders no longer exist, business opportunities can appear anywhere, so employees and companies must have the appropriate means to facilitate productivity, be agile, and adapt to real-time according to market dynamics. Taking into account the above, the SaaS (Software as a service) software distribution model is of great help to c

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 the certificate, so you just have to import it as an IAM certificate An example aws iam upload-server-certificate --server-certificate-name ecdsa-certificate-example --certificate-body file://Certificate.pem --certificate-chain file://CertificateChain.pem --private-key file://PrivateKey.pem For more information https://aws.amazon.com/premiumsu

Serverless deployment
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 many IAC tools, we start by writing a text file and then running a binary that controls the creation of what we declared. But serverless has a control advantage over the infrastructure that requires AWS resources like Lambda functions or DynamoDB. In less than 50 lines of Yaml code, you can create a state-of-the-art infrastructure using S3 Bucke

What does the Cloud bring to Companies in 2021?
In business, the pressure on the workforce and responsibility keeps increasing. We have been in a pandemic for almost a year and many companies have been affected by the Covid-19 effect; many expect 2021 to be a year of recovery and improvement, to adapt to changes and take their businesses to another level. This is why to meet customer demands and work in real-time, companies have been adopting cloud computing. Cloud computing offers modern business advantages that include a

Quick AWS Region change
Happens very often that you have to manage an account with Console control. But when your infrastructure is multi region, you need to change the AWS_REGION environmental variable constantly and it is very easy to confuse their names because they don't change much, do they? Well, here you have a Teratip to make a descriptive variable change: Copy and paste the following function into your .bashrc file. function region(){
export AWS_REGION=$(dialog --stdou

Pending Pods: Limits in EKS
It is annoying to finally deploy our application in an EKS cluster to get the eternal “pending” state of our pods. There are several reasons that might get a pod in a pending state; most of them are related to computing resource limits, but some others are related to IP address limits in our worker nodes. However, reaching this kind of limit is an easy problem to solve. You can find the right type of instance for your Kubernetes workloads by checking this handy document provi

We decided to see the glass half full, Goodbye 2020 Welcome 2021!
The world stopped. Yes, it might be a good way to start to describe it. We don't realize it or maybe we do, but we are writing the story of an unusual year. A year where for the first time in 115 the New York subway was closed. A year where the planes stayed on the ground. A year where humans took refuge in their homes and animals took to the streets. A year where pollution dropped for a while. A year where hugging with a friend or family member turned into an act of madness.
Entradas destacadas
Recient posts
Archive
tags
Follow us
bottom of page