Setting up Ubuntu on GPU EC2 in AWS for ML with PyTorch – part 1

In this post, we will show you how to configure your Ubuntu GPU EC2 instance in Amazon Web Services from start to finish so that you can perform Deep Learning tasks on it. At NubiSoft, we usually implement machine learning with less popular cloud service providers, because AWS is not the cheapest, and the learning […]

How to set up Kubernetes Ingress with AWS ALB Ingress Controller

In this blog post you will learn how to set up ingress for your Kubernetes application with AWS Application Load Balancer. Mots of workloads run on your Kubernetes cluster ultimately need to be exposed to end-users. This is where Ingress comes to play – a special Kubernetes object responsible for providing external access to the […]

Practical tips to pass Certified Kubernetes Application Developer exam

Before 2020 ends I decided to clear the CKAD exam and I did it! In this blog post, I’ll share a few practical tips and tricks that for sure will help you achieve the same. CKAD is an online exam offered by the Cloud Native Computing Foundation. It’s purely performance-oriented, which means you must solve […]

Robust CI/CD pipelines for Node based projects

Continuous Integration/Continuous Deployment is nowadays widely used software development practice. It can be applied to projects of any size, written in any programming language. In this blog series, we will share some useful tips and tricks on how to make such pipelines for Node-based projects fast, efficient, and reliable. Before we dig into the details […]