DevOps
Stay up-to-date on the latest trends in DevOps.
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
The path to putting your ML model in production
Suppose you are a Data Scientist or Machine Learning Engineer (or another role name of this kind). You took your time to analyze your dataset, clean it, and prepare it to train your model. You then prepared many model candidates using the most recent techniques and took your time to fine-tune them. After all this extensive work, you finally created a model to be proud of. You finally finished your job. Well, unfortunately, not. If your model never goes live and is actively used, delivering value
Fernando Camargo
November 24, 2020
What Kind of AI Infrastructure is Best for my Business?
In this week's Exponential Chats, some of the team members responsible for Amalgam's development will have a chat about the various infrastructure alternatives available when it comes to training and deployment of Artificial Intelligence models. Between Cloud, Colocation, and On-Premise which one would you say is the best infrastructure for your AI needs? Come join us and participate by asking questions or giving your opinion in the live chat. - Adriano Marques is the founder and CEO of Exponen
Adriano Marques
September 30, 2020
Docker for beginners
Hello you all, in this article I'll try to explain the concepts of Docker and how you can dockerize your app with no suffering, so leeeeeet's go 🤓 -------------------------------------------------------------------------------- Objective The objective of this article is to provide you the actions needed to get an up and running application with Docker and docker-compose. You'll also learn how to upload and download it from local registries and the almighty Dockerhub. Have fun. ------------
Rhuan Silva
September 24, 2020
1