Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (20 loc) · 1.21 KB

url-hunt

License

This work is licensed on Apache 2.0. You can mention it using this repo url github.com/parthyadav3105/url-hunt. Or mention us with our twitter handle @parthyadav3105 and @adi0509

Run the following command at master node of Kubernetes cluster

How to run:

Step 1: sudo ansible-playbook playbook.yaml -i hosts
Step 2: sudo bash deploy.sh
Prerequisite
  • Docker
  • Ansible
  • Helm
  • Kubernetes cluster up and running

Note: Name rules are strict because they follow docker and Kubernetes naming convention both.

Rules:

  1. All URL will end with ".in"
  2. Name of a website can contain only alpha-numeric characters and hyphen '-'
  3. All URL will follow lowercase syntax (Google.in is wrong| google.in is right)
  4. replace '+' with 'plus' and append '-' in between for joining with other words, for example: for alt+F4 you have to specify URL 'alt-plus-f4'
  5. If your URL starts with a number then add character 'n' in front of it. (eg: for '2020' the URL will be 'n2020' )
  6. Should not container dot '.' or space ' '. Replace them with a hyphen '-'