Studio-DevOps

AWS CloudFront – A Quick Overview!!

Reading Time: 3 minutes In this blog, we’ll learn what is CloudFront with its working Demo. So, let’s get started. Amazon CloudFront is a web service that speeds up the distribution of our static and dynamic web content, such as .html, .css, .js, and image files, to our users. Our content is delivered by CloudFront through a global network of data centers known as edge locations. When a user Continue Reading

Computer code on screens

How to Deploy a Nginx Web server using Pulumi

Reading Time: 3 minutes Good day, Readers! In this blog, we’ll look at how to deploy a Nginx Web server with Pulumi. Before you begin using pulumi, you should be familiar with Kubernetes workloads. What is Pulumi? Pulumi is an open-source infrastructure as code tool that simplifies the provisioning and management of cloud resources by utilising the most popular programming languages. Pulumi, which was founded in 2017, has fundamentally Continue Reading

Visualizing data - abstract purple background with motion blur, digital data analysis concept

Getting Started With New Relic and Kubernetes

Reading Time: 3 minutes Good day, Readers! In this blog, we will look at how to begin monitoring the performance of apps and infrastructure with New Relic.. What is New Relic? New Relic is observability software, which allows teams to monitor the performance of their apps and infrastructure. Part of creating a successful application is ensuring that it remains operational after you construct it. Teams need insight into the Continue Reading

How to set up an HTTP Load Balancer in GCP

Reading Time: 3 minutes Introduction Hi everyone! Today in this blog, we’ll learn how to set up an HTTP Load Balancer in GCP. As a prerequisite, you can check out my previous blog where I demonstrated how you can set up a network load balancer in GCP. How it works HTTP(S) Load Balancing is implemented on Google Front End (GFE). GFEs are distributed globally and operate together using Google’s global Continue Reading

Bearded confident maintenance engineer in white shirt is working in database center

How to configure horizontal pod autoscaling

Reading Time: 4 minutes Hello readers, I’ll be covering about the details of what is horizontal pod autoscaling and how to configure horizontal pod autoscaling. Horizontal Pod Autoscaling In order to automatically scale the workload to meet demand, a HorizontalPodAutoscaler automatically modifies a workload resource such as a deployment, replica set or statefulset. The HorizontalPodAutoscaler informs the workload resource (the Deployment, StatefulSet, or other similar resource) to scale back Continue Reading

How To Create & Manage Kubernetes Cluster Using Linode

Reading Time: 4 minutes Hello Readers ! Hope you all are doing well . Today, I am here with the new topic to learn that is Linode. So In this blog we’ll see the basic Introduction of Linode and How To Create & Manage Kubernetes Cluster Using Linode . So Let’s get start !!! INTRODUCTION What Is Linode ? Linode is a cloud hosting provider focused on providing Linux-based virtual machines to support Continue Reading

How to create an experiment of Videos data with Studio9

Reading Time: 3 minutes Hey Readers, Today, I am here with another blog. We will learn something special about creating an AL/ML model using Images. To perform this operation, Knoldus made a project which is known as Studio9. First, we will know what is studio 9? Studio 9 platform Enables developers to create, train and test the ML models quickly with a single click of a button along with Continue Reading

How to get the technical details for Studio9

Reading Time: 3 minutes Studio9 TechStack Details Studio9 Main Modules Studio9 Technology Used Studio9 Problem Statement Studio9 Milestones Studio9 Result TechStack Details Main Modules Library: An Asset Management Module where users can manage all their assets. Compose: A Pipeline Composition Module where users can construct their ETL, Data Engineering, and ML Pipelines.  Lab: A Pipeline Execution and Experimentation Module where users can run / execute their Pipelines Code: An Continue Reading

How to use Nexus 3 as Private Docker Registry?

Reading Time: 4 minutes  Nexus Repository provides universal support for all major build tools. Store and distribute Maven/Java, npm, NuGet, Helm, Docker, p2, OBR, APT, Go, R, Conan components and more. Manage components from dev through delivery: binaries, containers, assemblies, and finished goods. Support for the Java Virtual Machine (JVM) ecosystem, including Gradle, Ant, Maven, and Ivy. Compatible with popular tools like Eclipse, IntelliJ, Hudson, Jenkins, Puppet, Chef, Docker, Continue Reading

data codes through eyeglasses

How to get started with Nexus Repository Manager?

Reading Time: 4 minutes What is Repository Manager? An repository manager allows to store and retrieve build artifacts. Repository management is a foundational step in a broader trend towards managing binary components across your software supplychain and throughout the software development life cycle. Also, it can be considered as: A proxy for remote repositories which caches artifacts saving both bandwidth and time required to retrieve a software artifact from Continue Reading

EFS Provisioner for EKS with CSI Driver

Reading Time: 5 minutes What is CSI driver? A CSI driver is typically deployed in Kubernetes as two components: a controller component and a per-node component. Controller Plugin: The controller component can be deployed as a Deployment or StatefulSet on any node in the cluster. It consists of the CSI driver that implements the CSI Controller service and one or more sidecar containers. These controller sidecar containers typically interact with Kubernetes Continue Reading

silver and black laptop computer

How to send Email using Celery in Django application

Reading Time: 6 minutes Hello Readers! In this blog we will see how to send email using celery in the django application. We will use celery_flower for the monitoring of the tasks done by the celery. As you all know celery is use for the tasks for doing asynchronously. A task can be anything like any python functions which have something to execute.  Prerequisites: Before starting we have some Continue Reading

How to Create and Manage Volumes in OpenStack

Reading Time: 3 minutes What is Volume? Volumes in OpenStack are a way you can have extra storage for your instances. Volumes are block storage devices that you attach to instances to enable persistent storage. You can attach a volume to a running instance or detach a volume and attach it to another instance at any time. You can also create a snapshot from or delete a volume. Only Continue Reading