Skip to content

VaradBelwalkar/Compute-Services

Repository files navigation

Compute Services

🚀 Build labs faster

Building a lab environment can be time-consuming. Our platform provides,

  • Quick on-demand containers and provisioning.
  • Comprehensive list of various development containers.
  • Simplified service deployment with services accessible throughout network
  • Automatic DNS manipulation, thereby accessing services with choosen domain-names
  • Access the labs even from remote locations, no need to worry about behind-NAT communication anymore!
  • Stronger Authentication mechanism.
  • Storage mechanism via docker volumes.
  • Suitable for large scale deployments (Currently single node).

🎃 Want to work with AWS?

  • Get our AWS container, and then simply start working with aws-cli, by just simple IP configuration.

🏹 Wargames

  • Host container-based wargames easily on this platform.

😎 Unified Networking

  • Gone those days where you need to setup the whole network configuration yourself to make nodes work together, our platform lets you focus on your work, taking care of the networking.
  • Best for learning networking/Cloud tools that normally require manual configuration and are time consuming.

👽 Run a honeypot

  • Study SSH attack patterns up close. Drop attackers safely into network-isolated containers

🔨 Initial Setup:

  • Setup host bridging with separate host virtual interface, and install docker plugin as explained here: Initial Setup

❓ How to Deploy?

Follow this docker image for production deployment (Recommended)

Simply create the files as mentioned on the docker hub, edit the files accordingly, and then simply run,

docker-compose up

Following is the System Architecture:

image