Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudflare? #2

Open
kevinayres opened this issue Aug 23, 2019 · 4 comments
Open

Cloudflare? #2

kevinayres opened this issue Aug 23, 2019 · 4 comments

Comments

@kevinayres
Copy link

Derek, why use Cloudflare? For EKS testing, it's easiest to simply use R53. Please advise. Thanks.
Kevin

@dsohk
Copy link
Owner

dsohk commented Aug 27, 2019

Kevin,

Short answer: cost consideration.

AWS Route53 requires “maintenance fees” on any domain hosted there and it charges the traffic going through it as well. Cloudflare is completely free to start with. Since one of my goals is to minimize cost of hosting SUSE CAP on AWS, any programmable with free-tier DNS services such as cloudflare is chosen.

Thanks,
Derek

@kevinayres
Copy link
Author

kevinayres commented Aug 27, 2019 via email

@kevinayres
Copy link
Author

kevinayres commented Aug 27, 2019 via email

@zoopster
Copy link

zoopster commented Sep 3, 2019

jq --> https://stedolan.github.io/jq/
jq is used to extract the cluster endpoint. You can simply run 'aws describe cluster --name <cluster_name>' and get the end point.

kubectl get pods will default to the "default namespace" which has no running pods by default
use 'kubectl get pods -n kube-system'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants