Move community project links into Example deployment scenario docs (#883)

- Move the community Fleet deployment tools to `docs/3-Deployment/4-Example-deployment-scenarios.md`
This commit is contained in:
noahtalerman
2021-05-27 17:14:10 -04:00
committed by GitHub
parent a2eb7f3f9c
commit dcbcc541a6
2 changed files with 9 additions and 9 deletions
@@ -26,6 +26,7 @@
- [Deploying Fleet](#deploying-fleet)
- [Deploying the load balancer](#deploying-the-load-balancer)
- [Configure DNS](#configure-dns)
- [Community projects](#community-projects)
## Fleet on CentOS
@@ -553,3 +554,11 @@ kubectl get services fleet-loadbalancer
In this output, you should see an "EXTERNAL-IP" column. If this column says `<pending>`, then give it a few minutes. Sometimes acquiring a public IP address can take a moment.
Once you have the public IP address for the load balancer, create an A record in your DNS server of choice. You should now be able to browse to your Fleet server from the internet!
#### Community projects
Below are some projects created by Fleet community members. These projects provide additional solutions for deploying Fleet. Please submit a pull request if you'd like your project featured.
- [davidrecordon/terraform-aws-kolide-fleet](https://github.com/davidrecordon/terraform-aws-kolide-fleet) - Deploy Fleet into AWS using Terraform.
- [deeso/fleet-deployment](https://github.com/deeso/fleet-deployment) - Install Fleet on a Ubuntu box.
- [gjyoung1974/kolide-fleet-chart](https://github.com/gjyoung1974/kolide-fleet-chart) - Kubernetes Helm chart for deploying Fleet.