How to achieve multi tenancy in Kubernetes? [closed] - kubernetes

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have to deploy an application on cloud which should support multi-tenancy.
The application should have authentication of users and display the customized UI on the basis of user.
I want to understand how Kubernetes or Kubernetes for GCP supports kubernetes.
I have tried to search of relevant material on internet.

kubernetes is a container orchestration engine that helps you deploy a container/pod, scaling, rolling upgrade, rollback etc.
application authentication and custom UI for different users needs to be handled in the application code. We have implemented similar functionality using angularjs frontend with postgreSQL as backend.
The app runs fine in kubernetes cluster.

Related

Can you create a multi-arch k8s cluster? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I’m new to creating k8s clusters and have want to try it at home. Master would be x86-64, then I have a number of small arm based systems (armv7, armv8, etc.). Can I hook all of these up into a single cluster use kubeadm?
Yes, you can have multiple architectures of Nodes in a single cluster. kubeadm supports multiple architectures since 1.12. However, you will have to either use multi-arch images or build separate architecture-specific images for each architecture when deploying workloads.

Kops instance group in different accounts [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Is that possible to have IG in another account? We need to implement master multiaccount : 2 masters in 1 account and third master in second account. Is that possible from kops side?
You might be able to use kops terraform support in order to achieve that, but you'll have to perform some changes to the manifest.
Going down this path will probably remove a lot of the benefits for using kops, so there should be very good motives to implement such architecture.
Using kops alone will not allow this use case since it uses a single set of AWS credentials per cluster created.

Google kubernetes monitoring, stuck loading resources [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have a kubernetes cluster created on GCP, it's fully functional, every logs/metrics are enabled on GKE but, when I go to Stackdriver/resources/kubernetes engine nothing is showed, stuck in loading page.
Can someone help me?
Thanks in advance.
It looks like a specific problem with GCP. I assume you don't have enterprise support in that case I recommend opening a ticket with the free trial support. Otherwise, you'll have to sign up for Silver level support which is $150/month

Are Bluemix Cloud Integration & Secure Gateway in High Availability? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have some questions related to the functioning of Bluemix Cloud Integration & Secure Gateway.
Are they in High Availability?
Do they use virtual IP or not?
Thank you very much
The Cloud Integration environment for Secure Gateway is full HA with a front end load balancer. All Secure Gateways are given a bluemix hostname to contact which is backed by a public physical IP.

best solution for email forwarding when you have a cloud solution [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have some services running on OpenShift and others on a web hosting service.
I would like to migrate all services on cloud solutions to save money.
I found many solutions to assign a domain to cloud services, but I cannot find any solution to create email accounts or mailbox forwarders. When you subscribe a web hosting service you have these tools out of the box (you usually have an "Email" section in your CPanel), do you know any cloud service that gives you the same tools? Do you have to create them from the scratch using POP3 and IMAP protocols?