-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ASSIGNMENT 1:
Q1:
1.download and install virtual box

2. login screen of ubuntu

Q2:
1. Create a remote repo in github account with the name as register_number

2.Create ,add, commit and push the file to the remote repo

Q3:
1.configure Jenkins with the user name of your register number

2.create a freestyle project with the user name of REGISTER_NAME_CI_JOB


3.display your register number using echo command

Q4:
1.Edit the app to display the below mentioned details

2.Test the app locally

ASSIGNMENT 2:
Q2: containerization and orchestration|Docker
1.download and install Docker

2. create an account in Dockerhub with the personal email ID

Q3: Prometheus
1.download and install prometheus

2.configure prometheus to scrape basic metrics from the machine itself

3.confirm that prometheus is up and running by accessing its web interface

4.check the "Targets" page to ensure that prometheus is successfully scraping metrics.

Q4: Grafana
1.download and install Grafana


2.configure prometheus as a data source in grafana.

3.Create a simple Grafana dashboard that visualizes metric collected by prometheus

Q8: Dev.to.post:
1. Post URL: https://dev.to/mahalakshmimohan21/bandit-tool-kf5
ASSIGNMENT 1:
Q1:Virtualization
1.Download and install Virtual Box
2.Download the Ubuntu VM from [osboxes.org](http://osboxes.org/) (https://www.osboxes.org/)
a. Image: Ubuntu 23.10 Mantic Minotaur
b. Type: VirtualBox (VDI) 64bit
3.Import the Ubuntu VM in the virtual box by creating a new VM
Q2:Git + GitHub
1.Install Git in the Ubuntu VM and take the screenshot of git version that you have installed.
2.Create GitHub account with personal mail ID.
3.Create a remote repo in Github account with the name as register_number.
4.Create a file with in the format register_number.txt:
a. Name:
b. Department:
c. Year:
d. Register Number:
e. Area of Interest:
5.Add the file to the staging area.
6.Commit the file to the repo.
7.Push the file to the remote repo.
Q3: Jenkins
1.Download and install Jenkins in the Ubuntu VM
2.Configure Jenkins with the user name of your register number and take the screenshot of the homepage
3.Create a freestyle project with the name of REGISTER_NUMBER_CI_JOB to display your register number using echo command
Q4: Create react app
1.Create a basic react app
2.Edit the app to display the below mentioned details:
a. Name:
b. Department:
c. Year:
d. Register Number:
e. Area of Interest:
3.Test the app locally and take the screenshot
ASSIGNMENT 2:
Q2: Containerization and Orchestration | Docker
1.Download and install Docker in the Ubuntu VM
2.Create an account in DockerHub with the personal email ID
Q3: Prometheus
1.Download and install Prometheus in the Ubuntu VM
2.Configure Prometheus to scrape basic metrics from the machine itself.
3.Confirm that Prometheus is up and running by accessing its web interface
4.Check the "Targets" page to ensure that Prometheus is successfully scraping metrics.
Q4: Grafana
1.Download and install Grafana in the Ubuntu VM
2.Configure Prometheus as a data source in Grafana.
3.Create a simple Grafana dashboard that visualizes metrics collected by Prometheus
Q8: Dev.to Post:
1.Create an account in Dev.to website.
2.Create a public post in the same website for the given tool with the given template:
a. Programming Language used to create that tool
b. Parent Company of that tool
c. Tool Overview: Purpose and Functionality
d. Logo of that tool
e. Whether it is open source or paid one