kubernetes with simply non-secure
See original GitHub issueDescription
docker-compose.yml
is very handy. It helps me a lot to deploy my site in just a couple minutes.
Now I am preparing to scale my server up. AWS S3, CloudFront, and RDS are great. However, I don’t want to rely on the single service. I wants to rely on myself.
I propose simple self-contained in the single cluster.
- Django
- React/Angular
- Ingress
- Postgres
- Minio
- redis(Master & Slave)
- rq
- flower
- celery
Rationale
- HA
- Scaling
Use case(s) / visualization(s)
High traffic request site
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
kubernetes with simply non-secure · Issue #1948 - GitHub
I've heard some good things about Kubernetes, but a common bad thing I hear is the complexity to get a cluster correctly configured....
Read more >Securing a Cluster | Kubernetes
Kubernetes expects that all API communication in the cluster is encrypted by default with TLS, and the majority of installation methods will ...
Read more >Security in Kubernetes - How to do it right! - YouTube
SHOW SPONSOR ▭▭▭▭▭▭As a special offer for the OWASP DevSlop audience, sign up for a free 2-week Datadog trial and receive a Datadog ......
Read more >Why Kubernetes Clusters Are Intrinsically Insecure (& What to ...
Teams new to Kubernetes often deploy clusters in an insecure way by default because they don't know what they don't know.
Read more >The Basics of Keeping Kubernetes Clusters Secure
A network policy specifies how groups of pods can communicate with each other and other network endpoints. NetworkPolicy API resources use labels to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good point! Yes. Your understandings are correct. And configuration k8s is very difficult and complex. I would like to see django deployment in the k8s easy like wordpress.
So best fit would be
helm
. Thank you for your response.Lets continue in https://github.com/pydanny/cookiecutter-django/issues/2940
There are a few pointers there.