How to do an application migration to Kubernetes?
An application migration to Kubernetes cluster can be hard to do. So, this article helps you to understand the main guidelines to migrate your application.
How to deploy an Elastic Kubernetes Service (EKS) instance on AWS?
Kubernetes is a new popular technology. Therefore, AWS develops its own Kubernetes managed service: EKS. It allows you to deploy a Kubernetes cluster easily
Kong for Kubernetes: deploy a Kong API gateway
With Kong plugins, you can customize the API gateway with many rules, but it is difficult to deploy it in a Kubernetes cluster. Learn here how to do it.
How to manipulate in a workspace the Terraform resources?
You want to change a Terraform resource’s name in a workspace? Or move a resource between a “count” and a for_each loop? This article will help you!