Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Remove unused packages and update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed Feb 6, 2020
1 parent 23d2abb commit b2718b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[![Actions Status](https://github.com/panosc-portal/cloud-provider-kubernetes/workflows/Node%20CI/badge.svg)](https://github.com/panosc-portal/cloud-provider-kubernetes/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


This micro service implements the Cloud Provider API for the PaNOSC Common Portal using a Kubernetes backend.
the is
This microservice implements the Cloud Provider API for the PaNOSC Common Portal using a Kubernetes backend.
Images and flavours are managed using a PostgreSQL database.
Remote desktop and Jupyter notebook instances are obtained and managed as containers using the kubernetes API on a configured cluster.
The kubernetes API is accessed using the go-daddy client library [kubernetes-client](https://github.com/godaddy/kubernetes-client).

The goal is that this micro service will be contacted by the Cloud Service to give users access to the differents instances.
The goal is that this microservice will be contacted by the Cloud Service to give users access to the different instances.
For example a user can request the creation of a remote desktop and then access it.
Documentation: https://confluence.panosc.eu/display/wp4/Common+Portal+-+Cloud+Provider

Expand Down
49 changes: 0 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
"dotenv": "^8.2.0",
"is-port-reachable": "^3.0.0",
"kubernetes-client": "^8.3.6",
"loopback-connector-postgresql": "^3.8.0",
"loopback-connector-rest": "^3.6.0",
"node-filter-async": "^1.1.3",
"pg": "^7.12.1",
"reflect-metadata": "^0.1.13",
Expand Down

0 comments on commit b2718b5

Please sign in to comment.