Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged kubernetes

0 votes
1.5k views
1 answer
    I have an umbrella chart with multiple sub-charts, I simply want to make sure that subchart1 runs before ... the chart that declares them. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a pod that responds to requests to /api/ I want to do a rewrite where requests to /auth/api/ go to / ... to do this via k8s & ingresses? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
550 views
1 answer
    I've setup a Kubernetes 1.5 cluster with the three master nodes tainted dedicated=master:NoSchedule. Now I want ... only? Thanks for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
839 views
1 answer
    I'm running a Google Kubernetes Engine with the "private-cluster" option. I've also defined "authorized Master ... to deploy via cloud build? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    my question is simple. How to execute a bash command in the pod? I want to do everything with one bash command ... ) in a kubernetes pod Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is it possible to restart pods automatically based on the time? For example, I would like to restart the pods of ... every morning at 8.00 AM. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    I am becoming more familiar with Kubernetes by the day, but am still at a basic level. I am also not a ... is the port used for here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
614 views
1 answer
    Having set the default gce ingress controller working with ingresses resources set to respond to hostnames The advantage ... it all clearly Best See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    I have a docker running and it gives me disk space warning. How can i increase the docker space and start again? ... I want to give like 15gb. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
628 views
1 answer
    In order to access the Kubernetes dashboard you have to run kubectl proxy on your local machine, then point your ... access it through a proxy? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
875 views
1 answer
    What is the best way to create a persistent volume claim with ReadWriteMany attaching the volume to multiple pods? ... storage will as well. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
640 views
1 answer
    Our GKE cluster is shared to multiple teams in company. Each team can have different public domain (and ... use istio default ingress gateway See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    I need to configure Ingress Nginx on azure k8s, and my question is if is possible to have ingress configured ... then this service works fine. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a pod test-1495806908-xn5jn with 2 containers. I'd like to restart one of them called container- ... kubectl create -f deployment.yaml See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    I'm still experimenting with Istio in a dev cluster, along with a couple of other people. We have a ... trafficPolicy: tls: mode: ISTIO_MUTUAL See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
976 views
1 answer
    I'm looking for a way to export a yaml file from a deployed component but without the cluster specific ... be an alternative ? thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
780 views
1 answer
    I have a mutual TLS enabled Istio mesh. My setup is as follows A service running inside a pod (Service ... Name: hr--gateway Namespace: default API Version: networking.isti...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
985 views
1 answer
    I set up a k8s cluster using kubeadm (v1.18) on an Ubuntu virtual machine. Now I need to add an ... serviceName: some-service servicePort: 5000 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
932 views
1 answer
    I would like to see all resources in a namespace. Doing kubectl get all will, despite of the name, not ... for example deleting that namespace? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
640 views
1 answer
    All of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status: [ ... . What can I check more? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I need an Akka cluster to run multiple CPU intensive jobs. I cannot predict how much CPU power I need. ... a native Akka solution? Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
981 views
1 answer
    In minikube, how to expose a service using nodeport ? For example, I start a kubernetes cluster using the ... expose this port as well. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
766 views
1 answer
    Kubernetes assigns an IP address for each container, but how can I acquire the IP address from a container in the ... variable if it was set. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    While deploying mojaloop, Kubernetes responds with the following errors: Error: validation failed: [unable to recognize "" ... me I am happy See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
826 views
1 answer
    This was discussed by k8s maintainers in https://github.com/kubernetes/kubernetes/issues/7438#issuecomment-97148195: ... makes no difference. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
899 views
1 answer
    kubectl exposes commands that can be used to create a Service for an application and assigns an IP address ... which is accessible externally? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
588 views
1 answer
    I am quite confused about the roles of Ingress and Load Balancer in Kubernetes. As far as I understand Ingress is ... to Amazon ELB and ALB? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
698 views
1 answer
    On the kubernetes dashboard, there's a pod wherein the Memory Usage (bytes) is displayed as 904.38Mi. This pod holds ... logs, heap is GC'ed ok. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...