Skip to content

rogerbarrow/Jenkins-CICD-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

Jenkins-CICD-Deployment

Install Jenkins

*Create a EC2 in AWS and SSH into the Server the Public IP Address

  • image
  • image
  • image

Now that your login into the instance lets install the required dependencies

  • sudo apt update
  • sudo apt install openjdk-11-jre
  • Verify Java is install withe cmd java--version image

Now we will install Jenkins

  • image
  • image

Jenkins Server runs on port :8080 we Will need to Edit the Security Group in your EC2 to give access

  • image
  • Login to jenkins
  • image
  • image

Next Step is install Docker

  • image
  • image
  • image

Install the Dokcer Pipline Plugin in Jenkins:

  • image
  • image

Build your Jenkins Pipeline

*image

  • image
  • image

#Set up CICD #Deploy application on K8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published