IAM Best Practices for Cloud

IAM Best Practices for Cloud

IAM is first line of defence: Identity and Access management is your first line of defence to secure your cloud. Keep your cloud resources private or provide restricted access on need basis and for limited duration. Delete root account keys: Root account user has access to all cloud resources by default, delete keys for root...
Read More
Docker: A 10000 Ft Overview

Docker: A 10000 Ft Overview

With technology making stellar advancements every company is aiming to woo its customers with an experience that is a notch above its competition. The first step to doing that is making use of cutting-edge technology. Now, we know due to exponentially evolving workload, applications have undergone a tremendous transformation. If a 10-year time period is...
Read More
Kubernetes : An Introduction

Kubernetes : An Introduction

Thanks to a massive digital transformation across industries, accessing different applications through different smart devices has never been so easy. Among numerous applications, platforms, processes, tools and technologies that have aided this transformation are DevOps and Cloud. These services sometimes called the cloud computing stack play a pivotal role in the ongoing digital transformation that...
Read More
Setting Up a Kubernetes Cluster on Ubuntu 18.04

Setting Up a Kubernetes Cluster on Ubuntu 18.04

Kubernetes has become a de-facto standard for container orchestration and is becoming ubiquitous with devops across organizations. I will be writing a series on getting started with kubernetes that would include setting up a kubernetes cluster, running containerized applications on this cluster and operating various features of kubernetes for maintaining this cluster. As the first...
Read More
Machine Learning Model as API with AWS Serverless

Machine Learning Model as API with AWS Serverless

Piggybacking Cloud technologies, business processes and activities are undergoing a profound digital transformation. There is an emergence of new technologies and new pathways every day. When the Internet was first introduced, its basic job was to provide information. The objective of search engines have changed drastically from providing just information which was before; to providing...
Read More
Jira for DevOps

Jira for DevOps

Still in their fledgling state, DevOps and cloud computing have already seen a lot of growth in the recent times. The main points of consideration when it comes to their application are ‘how’ and ‘in which’ computing environment they perform. Jira offers fluid workflow by identifying development issues at the earliest stage. This makes it...
Read More
How to Integrate GitHub with Jenkins

How to Integrate GitHub with Jenkins

Continuous Integration (CI) and Continuous Development (CD) are the two integral and important components of automatic deployment to the cloud. For opting out the tasks and to avoid the daily grind of deployment, continuous integration is the only solution. It can be described as a project management tool that helps to integrate codes in a...
Read More