Introduction To Microservices

Introduction

There has been a rapid development in the application development industry in order to keep pace with the technological advancements and to meet customer requirements. However, while working with the traditional developments, people had to use large chunks of code. This made the entire task difficult as people had to go back to square one to resolve a minute problem. Microservices help overcome this by breaking applications into smaller, manageable parts. Continue reading “Introduction To Microservices”

Fresh Service – MY Experience with Analytics & Workflow Automator Features

Fresh service is a ticketing tool mainly used for IT Support which not only includes Assets like Laptops, Routers, Desktops but also includes documentation, point of contact, etc. Fresh service provides an intelligent, right-sized service management solution for modern businesses of all sizes. It is easy to use, user-friendly tool.

Continue reading “Fresh Service – MY Experience with Analytics & Workflow Automator Features”

ECS rollback with Jenkins Active Choice Parameter

Browser: Chrome or Firefox or Brave? (Sorry Edge! :p )

Social Media: Facebook or Instagram?

In our daily lives, we always have choices, which one to use.

That was a brief intro about what we are going to read today. Yes, choices!

In Jenkins, while defining parameters, we can mention whether it needs to be a string parameter, a choice parameter, etc. These parameters will work on the input that you are mentioning in your job while running it. For example, if you are asking the user to choose between options A or B, the user chooses the parameter, and then Jenkins runs the script with that parameter.

Continue reading “ECS rollback with Jenkins Active Choice Parameter”

Kubernetes: DaemonSet

Introduction

Kubernetes is one of the widely used orchestration tools for container application and container management. With a variety of features and options, it helps organizations remove manual intervention at every stage. With lots of requirements & scenarios, the user or any organization deals with lots of Kubernetes resources types options which leads to having proper knowledge of every Kubernetes resources type to fit specific or combination of resources with different scenarios that organizations generally require. To know more about different Kubernetes resource types, you can visit the official documentation provided by Kubernetes. Continue reading “Kubernetes: DaemonSet”

EC2 STORE OVERVIEW- Difference B/W AWS EBS And Instance Store

Introduction to EC2 Storage-

Amazon EC2 provides you with flexible, cost-effective, and easy-to-use data storage options for your instances. EC2 basically provides two types of block-level storage. Instances can either be launched with Elastic block storage volume (EBS volume) or Instance store-backed volumes as to their root volumes. Each option has a unique combination of performance and durability. But Aws recommends using EBS storage-backed AMIS as they get launched faster and provide persistent storage. 

 

Continue reading “EC2 STORE OVERVIEW- Difference B/W AWS EBS And Instance Store”