Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from Xarlyu/devops

DevOps repository with information, tutorials and configurations related to DevOps

License

Notifications You must be signed in to change notification settings

DavidProf/devops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Xarlyu DevOps

DevOps repository with information, tutorials and configurations related to DevOps

Please see our glossary to understand this repo

Docs

Both links below have the same doc only displayed in different ways:

How to contribute

See the instructions about how to make contributions to the repo.

Add a new module

To add a new module:

  • Fork this repo
  • In the forked repo create a new folder in /modules with the name of the module
    • E.g. mkdir modules/mongodb
  • For each subject or tool related, add a folder to hold the files related
    • E.g.
      • Docker: modules/mongodb/docker
      • docker-compose: modules/mongodb/docker-compose
      • Kubernetes: modules/mongodb/kubernetes
      • Okteto: modules/mongodb/okteto
      • Config Files: modules/mongodb/config
      • backup: modules/mongodb/backup
  • Then you will only need to add your files
  • Commit changes (please use conventional commits)

Tips:

  • Do not add readme or any doc here, please edit the wiki
  • It's recommended to add comments in files or configurations that support it
  • Avoid to add base docker images like nodejs, kafka, rabbit here.

Update the wiki

The wiki holds all the documentation about the project:

  • Tutorial
  • Articles
  • Explanations

When updating the wiki you just need to keep in mind the following:

  • The wiki structure
    • Still need to define
  • ???

Glossary

Term Definition
Module A set of items for a particular subject or tool

Project structure

Folder Definition
/modules contains all modules
/www contains website files for docsify
/.github contains github configuration files

About

DevOps repository with information, tutorials and configurations related to DevOps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%