Keyword

DevOps

28.01.2022 / Development

Blog

WebRTC Demystified for Devs

WebRTC provides a feature rich framework for developers that makes it easy to build applications for browsers to communicate in real time. But how does it work? Which components must be understood to build a WebRTC application? Read this blog to find out!

16.08.2021 / Cloud Automation

Blog

Automated 5G Infrastructure deployment: in practice

In the previous article, we have discussed the theory of DevOps and Infrastructure as Code. It's now time to dig into the practical concepts of these topics and see actual results from a CI/CD pipeline that runs Terraform and deploys the infrastructure for a Kubernetes cluster that can host a 5G networking solution.

10.08.2021 / Cloud Automation

Blog

Automated 5G Infrastructure deployment : the theory

In this 2-part blog, we are using open-source technologies such as Terraform, Docker and Kubernetes to automatically deploy an infrastructure to AWS using GitlabCI. This blog will cover the concepts and technologies necessary in order to achieve this goal. More specifically, we will explain DevOps, CI/CD and Infrastructure as Code (IaC).