Technology

AD-Pods with JW Player

Introduction: All of us know about video Ad-breaks. Ad-breaks usually appear at the starting, mid or end of any streaming video to gain user’s attention on a particular brand. Ad-Pods is an advance feature of showing multiple advertisements back-to-back in a single Ad-break. It can be dynamic or static depend on the user’s requirement. JW-Player […]

Harsh Verma
Harsh Verma
Read

Technology

Clear the Fog about Facebook Reach – What and How?

Hey Dad, asked little Tim, How far can I actually throw this ball? It left Arthur puzzled… What do I tell him about? The angle, the power or the strength are some factors which decide how far his ball would go? Like little Tim, there are many who are puzzled about how far & wide can […]

Ankit Gupta
Ankit Gupta
Read

AWSDevOpsTechnology

Setup and Configure Kubernetes Minions in Multiple AZs on AWS

In today’s blog, I will be explaining how to set up Kubernetes Minion nodes in multiple availability zones on AWS. Please refer this blog if you are new to setting up a cluster on AWS EC2. It uses a kube_up script to bring the cluster up on single Availability Zone (AZ). If that zone goes […]

Rakesh Mahajan
Rakesh Mahajan
Read

DevOpsTechnology

Understanding Kubernetes Architecture and Setting up a Cluster on Ubuntu

As we discussed previously “what is Kubernetes” and “what are the benefits of this orchestration tool”. So, if you are wondering what Kubernetes is, for a better understanding, see getting started with kubernetes. Now, in this blog we are here to discuss about running Kubernetes cluster on bare-metal. In order to have better understanding of the architecture we decided […]

DevOpsTechnology

How we can setup CDN on Microsoft Azure with storage?

What is CDN? A content delivery network (CDN) is a system of distributed servers (network) which deliver webpages and other Web content to a user based on the geographic locations of the user, the origin of the webpage and a content delivery server. Reasons to use CDN Different domains Browsers have limit of number of […]

Automation TestingDevOpsTechnology

Load Testing HLS Stream Using JMeter

  What is Video Streaming? Although highly unlikely, but if you are wondering the meaning of video streaming, it simply means that to play the online video, you won’t need to download the video completely. It offers you other advantages like you can jump directly to a section of the video and start playing it […]

AWSDevOpsTechnology

8 Things to consider while Migrating Cloud Infrastructure between AWS Regions

With the recent launch of AWS’s Mumbai region, the first thought that comes to the mind of any DevOps would be to migrate IT-Infra from Singapore region to Mumbai if we have a huge customer base in India. This would, of course, decrease the latency as well as help them to save a lot of bucks […]

AWSDevOpsTechnology

Control Jenkins Steps With Conditional BuildStep Plugin

If you look forward to Jenkins for most of your development operations then, at some point in time you might have felt the need of something which allows you to condition your steps. Of course, it is not such a good idea to create individual jobs each time you want to run and test specific […]

DevOpsTechnology

Getting started with Kubernetes

Kubernetes is an open source orchestration tool for application containers developed by Google. It packages all of the necessary tools – orchestration, service discovery and load balancing in one place. Kubernetes is portable which means it can be deployed on public, private, hybrid along with multiple cloud platform providers. It is developed to manage Docker containers. Kubernetes […]

Services