Skip to main content Link Menu Expand (external link) Document Search Copy Copied
Table of contents
  1. Goals
  2. Dynamic Inventory presentation
  3. Application status
  4. Resources

Goals

Implement an infrastructure inventory across all datacenters either on premise or in the cloud. This application will contain the expected state of all resources for an entreprise. It can be consumed by provisioning tools to automate the resources deployment and configuration.

This inventory is built by following a microservice architectural style. It is a main block of the Devops platform.

This repository has the following goals:

  • Build an application with dotnet based on a microservice pattern
  • Deploy the application in a Kubernetes platform
  • Provide a set of guidelines to develop and deploy a dotnet application

Dynamic Inventory presentation

Microservices Architecture

Application status

Service Build status Tests status Code coverage Deployment status
Configuration Build Status Tests status Code coverage Build Status
Devices Build Status Tests status Code coverage Build Status
Gateway Build Status Tests status Code coverage  

Resources