GithubHelp home page GithubHelp logo

devopsproject's Introduction

ViriCiti DevOps Assignment

Introduction

This repository holds the ViriCiti DevOps assignment. In this project you will find a folder that holds a microservice, supplied with a Dockerfile.

Web Server

Web Server is a simple stateless service that serves a simple HTTP message. You can deploy as many replicas of this service as you like.

The assignment

As developers of this beautiful service, of course, we need proper CI/CD! We suggest GitLab with GitLab runner since it is what we use in production. You can create a free account at https://gitlab.com/.

There are a couple of requirements:

  • Test should be run on the pipeline and it should not be able to proceed if it fails
  • The app should be deployed to a Kubernetes cluster (take a look at Minikube)
  • Multiple feature branches should be able to live alongside each other in the cluster

Some pointers:

  • NodeJS apps manage their dependencies in a package.json file, npm install installs the dependencies in a folder called node_modules.
  • The tests can be executed by running npm test.

Optional additions

  • Gather metrics from deployed application
  • Alerting in-case of anomalies in application

Questions

If you have any questions about the assignment, the project setup or you're simply stuck, feel free to contact us at [email protected] and [email protected]. Please do not hesitate for this! We're always ready to help. The idea is that something is created that you learn from and in the end can be proud of.

Finally, you will present your process, technical decisions and outcome to us. Looking forward to it!

Good luck with the assignment!

devopsproject's People

Contributors

sunilkumarkommu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.