Open in app
Home
Notifications
Lists
Stories

Write
Kritika Shah
Kritika Shah

Home

Nov 24, 2020

Working with NaaS (Network as a service) using AWS and Terraform

In this article, we are going to look at how we can customize the setup of networking components and launch our own EC2 instances. Amazon Virtual Private Cloud (Amazon VPC) enables you to launch AWS resources into a virtual network that you’ve defined. This virtual network closely resembles a traditional…

7 min read

Working with NaaS (Network as a service) using AWS and Terraform
Working with NaaS (Network as a service) using AWS and Terraform

Oct 6, 2020

Configuration of Load balancer using HAproxy on Aws cloud.

Task Description :- ♦️ Provision EC2 instances through ansible. ♦️ Retrieve the IP Address of instances using the dynamic inventory concept. ♦️ Configure the web servers through the ansible role. ♦️ Configure the load balancer through the ansible role. ♦️ The target nodes of the load balancer should auto-update as per the status of web servers. Let’s Start Install boto software pip3 install boto 2. Create Ansible Playbook for webservers and loadbalancer.

Task

3 min read

Configuration of Load balancer using HAproxy on Aws cloud.
Configuration of Load balancer using HAproxy on Aws cloud.

Sep 1, 2020

Ansible Task : lauching and configuring Webserver in managed node by dynamic inventory.

Task : Deploy Web Server on AWS through ANSIBLE ♦️ Provision EC2 instance through ansible. ♦️ Retrieve the IP Address of instance using dynamic inventory concept. ♦️ Configure the web server through ansible! ♦️ Create role for webserver to customize the Instance and deploy the webpage to root directory. Prerequisites for this project: 1…

Task

3 min read

Ansible Task : lauching and configuring Webserver in managed node by dynamic inventory.
Ansible Task : lauching and configuring Webserver in managed node by dynamic inventory.

Aug 23, 2020

Create Ansible-Playbook to setup web Apache server on Docker.

What is Ansible? Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows. Ansible Docs — https://docs.ansible.com/ What is Docker? Docker is a set of the platform as service products that use OS-level virtualization to deliver software in…

2 min read

Create Ansible-Playbook to setup web Apache server on Docker.
Create Ansible-Playbook to setup web Apache server on Docker.

Aug 16, 2020

Web Server with Live Updates Roll Out using Jenkins and K8s

JENKINS : Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh…

8 min read

Web Server with Live Updates Roll Out using Jenkins and K8s
Web Server with Live Updates Roll Out using Jenkins and K8s

Aug 16, 2020

Integrating Prometheus with Grafana on Kubernetes

In this Article I Will cover how to make data persistent with the help of Kubernetes PVC and Config Map What is Prometheus? Prometheus is an open-source software application used for event monitoring and alerting. It records real-time metrics in a time series database (allowing for high dimensionality) built using an HTTP pull…

6 min read

Integrating Prometheus with Grafana on Kubernetes
Integrating Prometheus with Grafana on Kubernetes

Aug 16, 2020

DevOps automation using Jenkins DSL (groovy script)

In this article we are going to deploy a webserver on the top of Kubernetes, using the Jenkinsfile approach. So before we start, let’s deep dive onto what is Jenkins coding file, or Jenkinsfile. A Jenkinsfile is a text file that contains the definition of a Jenkins Pipeline and is…

6 min read

DevOps automation using Jenkins DSL (groovy script)
DevOps automation using Jenkins DSL (groovy script)

Jul 26, 2020

Automation using Kubernetes

Task Description: 1. Create container image that’s has Jenkins installed using Dockerfile Or You can use the Jenkins Server on RHEL 8/7, When we launch this image, it should automatically start the Jenkins service in the container. 2. Create a job chain of job1, job2, job3 and job4 using build…

4 min read

Automation using Kubernetes
Automation using Kubernetes

Jul 19, 2020

Automation using Kubernetes

TASK DESCRIPTION : 1. Create container image that’s has Jenkins installed using Dockerfile Or You can use the Jenkins Server on RHEL 8/7, When we launch this image, it should automatically start the Jenkins service in the container. 2. Create a job chain of job1, job2, job3 and job4 using…

2 min read

Automation using Kubernetes
Automation using Kubernetes

Jul 16, 2020

Basic Automation With Jenkins

Introduction to continous integration Continuous delivery is an ongoing DevOps practice of building, testing, and delivering improvements to software code and user environments with the help of automated tools. The key outcome of the continuous delivery (CD) paradigm is code that is always in a deployable state. Task Description: Job…

Task 1

4 min read

Basic Automation With Jenkins
Basic Automation With Jenkins
Kritika Shah

Kritika Shah

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable