NodeJS
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.
Others
All Themes
Articles
Creating a Kubernetes environment on AWS with kOPS
Have you ever wondered about deploying a cluster controlled by Kubernetes on AWS (or any other Cloud Provider) without suffering? Well, this post is definitely to you. I won't compare tools or methods like Terraform [https://www.terraform.io/], CloudFormation [https://aws.amazon.com/pt/cloudformation/] and many others. This is just a simple post about deploying a cluster, managed by Kubernetes, using the most basic commands and enabling Rolling Updates, with kOPS. In order to accomplish this
Rhuan Silva
March 05, 2021
1