question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

kubernetes with simply non-secure

See original GitHub issue

Description

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.

  1. Django
  2. React/Angular
  3. Ingress
  4. Postgres
  5. Minio
  6. redis(Master & Slave)
  7. rq
  8. flower
  9. celery

Rationale

  1. HA
  2. Scaling

Use case(s) / visualization(s)

High traffic request site

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
elcoliecommented, Mar 15, 2019

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.

0reactions
ayushincommented, Nov 20, 2020

Lets continue in https://github.com/pydanny/cookiecutter-django/issues/2940

There are a few pointers there.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found