Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 452 Bytes

The Development of Darkweb Hidden Service Identification and Real IP Trace Technology Testbed Environment Based-on Kubernetes

  • Requirements

    You can install Docker and Kubernetes on any Ubuntu platform (Recommend : 20.04 (Focal Fossa)).

  • Prerequisites

    • 3 Virtual machines

    • You need to disable the swap partition in advance for Kubernetes setup.

    $ sudo vi /etc/fstab
    (comment out the line for swap)
    $ sudo reboot