Continous delivvery devops session25.pptx

projectsasd125 6 views 33 slides Jun 16, 2024
Slide 1
Slide 1 of 33
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33

About This Presentation

Continous delivery devoops


Slide Content

Topic: Configuring SSH authentication using a key Session- 25   DEPARTMENT OF CSE COURSE NAME – Continuous Delivery & DevOps COURSE CODE –

2 2 AIM OF THE SESSION To familiarize students with the basic concept agile modeling INSTRUCTIONAL OBJECTIVES This Session is designed to: To Demonstrate Configuring SSH authentication using a key LEARNING OUTCOMES At the end of this session , you should be able to: Can able to Describe about Configuring SSH authentication using a key

SESSION INTRODUCTION AGENDA Configuring SSH authentication using a key

Configuring SSH authentication using a key SSH keys are authentication credentials. SSH (Secure Shell) is used for managing networks, operating systems, and configurations. SSH keys enable the automation that makes modern cloud services and other computer-dependent services possible and cost-effective . They offer convenience and improved security when properly managed.

Functionally SSH keys resemble passwords. They grant access and control who can access what. In identity and access management, they need similar policies, provisioning, and termination as user accounts and passwords. One cannot have confidentiality, integrity, or any guarantees of continued availability of systems without controlling SSH keys.

Before starting with end-to-end automation and orchestration, we need to configure SSH authentication using a key. The objective behind it is to allow the Jenkins VM to connect to the Chef workstation. Then, we can issue SSH commands from the Jenkins dashboard on the Chef workstation VM to create an instance in AWS or Azure cloud and install a runtime environment on it to deploy the PetClinic application:

9. Click on Save . Click on the Build Now link to execute the build job.

15. In our case, it will start downloading the Chef client and installing it on the AWS instance:

16. Verify the Chef installation process on the console:

17. Once the Chef client is installed on the AWS instance, it will start its first Chef client execution.

SELF-ASSESSMENT QUESTIONS Demonstrate Configuring SSH authentication using a key? Describe Orchestrating Application Deployment Popular ?

REFERENCES FOR FURTHER LEARNING OF THE SESSION TEXTBOOKS:   DevOps for Web Development , Mitesh Soni , Packt Publisher. Reference Book Beginning DevOps With Docker , Joseph Muli ,   Packt Publisher. WEB REFERNCES/MOOCS: https://www.coursera.org/programs/cse-faculty-courses-an6zm/browse?collectionId=&productId=Q5Krn5BMEei3MQqxoqmsBA&productType=course&query=continuous+delivery+and+devops++course&showMiniModal=true&source=2

THANK YOU Team – Continuous Delivery & DevOps