Skip to content

onetechnical/devops-101-workshop-go-developers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Workshop: DevOps 101

Course Description

When you’re new to an industry, you encounter a lot of new concepts. This can make it really difficult to get your feet underneath you on an unfamiliar landscape, especially for junior engineers. What does DevOps really mean? What’s all this software? What’s all this jargon? Is DevOps a methodology, or a toolset? Is any of this actually going to make my life easier, or is it just a bunch of industry buzzwords? I’ll answer all of these questions (and more) during this hands-on workshop, and get you set up with an end-to-end DevOps solution to automate your build artifact storage, vulnerability detection, testing, and deployment. For profit and glory!

Prerequisites

  1. JFrog Cloud account

    This is free, no credit card required. It includes access to Artifactory and Xray, with a limited amount of storage transfer.

  2. Docker

    The Docker client should be installed and configured on your machine.

  3. Python3

    We will need to package a simple Python application. Python 3.6 or higher is required.

  4. Code editor

    Whatever you are most comfortable with. I will be using SublimeText.

Course Outline

  • What is the definition of DevOps?
  • What does DevOps mean for developers?
  • What is all of this jargon?
  • What is binary repository manager?
  • What are build artifacts?
  • Why might you need to manage your build artifacts?
  • Binary repository setup in Artifactory
    • Docker
    • PyPi
  • Why do devs need to worry about vulnerability detection and license compliance?
  • Security and License policies
  • Scan a Build
  • Running Reports
  • Reading Results

Additional Resources

Glossary of Terms

Artifactory Documentation

Xray Documentation

Pipelines Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 47.4%
  • CSS 28.3%
  • HTML 24.3%