Blog

Blogs authored by Loves Cloud’s team on topics ranging from cloud computing, Devops, cloud management et al. Sharing our experience and knowledge with all for using technology to solve problems for our customers and ourselves.
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
Dockerizing any JAVA Application

Dockerizing any JAVA Application

We have been talking a lot about digital transformation and how it has been transforming the world at large. Cloud and DevOps, which are at the core of this digital transformation, is taking business productivity of many enterprises to the next level. Using Docker as a cloud tool or in general terms, Dockerizing any application...
Read More
DevOps Journey at Loves Cloud

DevOps Journey at Loves Cloud

The word DevOps is made of two words – Dev for Development and Ops for Operations. DevOps is the practice of developing and deploying software where the Developer and the Operations Staff do not work as separate departments but as a single entity. A company has to continuously cater to the ever-changing needs of customers...
Read More
CI/CD Pipeline Using Docker and Jenkins

CI/CD Pipeline Using Docker and Jenkins

By this time, we all know what Cloud, Digital Transformation and deployable toolchain. But, the main question is, what controls them without the hassle of manually deploying the code to the cloud every time? Is there any way through which a developer can deploy his code automatically to a cloud be it public, private or...
Read More