Most voted "kubernetes" questions
Kubernetes is an open source container orchestration engine used to automate container deployment, scaling, and management.
Learn more…8 questions
Sort by count of
-
23
votes4
answers1103
viewsWhat is the Kubernetes?
By my understanding is a tool for managing containers in applications that demand variations in the production environment. From this, I raised the following questions regarding the use of the same…
-
1
votes0
answers13
viewsProblem logging in with Grails 3 on Kubernetes
I’m having problems authenticating my system. I’m using Grails 3 with Springsecurity and when I will scale to 2 or more replicas in my Kubernetes cluster authentication stops working. What I might…
-
1
votes2
answers96
viewsHow to stop a Quarkus application?
I can’t stop a Quarkus application. After starting a Quarkus application (quarkus.io) even after closing it with Ctrl+C (by command prompt) or clicking the Eclipse Stop button, it still stands.…
-
0
votes1
answer46
viewsPython cluster application deploy
I need to deploy a python application in a cluster kubernetes. This application is using the venv and I don’t know if it’s right to generate a container image with the venv directory. What is the…
-
0
votes2
answers65
viewsHow do I deploy to Kubernetes programmatically?
I have a flask application - A1 - running in a Kubernetes cluster. This application is responsible for receiving HTTP requests and starting another application - A2 - that is also run in this…
-
0
votes2
answers358
viewsHow to remove a pod and delete everything related to it
I have some pods, and I noticed that I just erase the pod in itself not yet liberated necessary computational resources, because I have a cluster with little resource. Using the command: kubectl…
kubernetesasked 4 years, 7 months ago David 4,330 -
0
votes0
answers36
viewsAPI Gateway + Aggregator Pattern
Hello, I’m developing a gateway API on a micro service architecture in a Kubernetes environment. The idea is to have not only a routing Gateway but also an aggregator that aggregates response from…
-
0
votes0
answers75
viewsHow to initialize persistence.xml at the beginning of the program?
I’m making a insert within a Postgresql database, however, as I have to test what connection to the database I will make, I end up having to configure the access based on each environment. The…