Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged kubernetes
0
votes
1.1k
views
1
answer
kubernetes - Authentication methods using a JSON key file: unauthorized: GCR login failed
Mostly addressed to: google-cloud-platform Overall problem I am trying to solve is; to pull images from Google ... saw this issue on github. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
838
views
1
answer
kubernetes - Define values for each namespace
values.yaml replicas: { test: 1, stage: 2, prod: 3 } Here I am trying to use Helm templates to define ... # .Values.replicas.prod replicas: 3 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
940
views
1
answer
kubernetes - Apply nginx-ingress annotations at path level
We are migrating from a traditional nginx deployment to a kubernetes nginx-ingress controller. I'm trying to apply ... Am I missing something? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.1k
views
1
answer
kubernetes - Container-VM Image with GPD Volumes fails with "Failed to get GCE Cloud Provider. plugin.host.GetCloudProvider returned <nil> instead"
I currently try to switch from the "Container-Optimized Google Compute Engine Images" (https://cloud.google.com/ ... in advance for any hint! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
940
views
1
answer
kubernetes - Difficulty configuring Horizontal Pod Autoscaler with external metric
I'm attempting to configure a Horizontal Pod Autoscaler to scale a deployment based on the duty cycle of attached GPUs ... what I could do next? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
801
views
1
answer
kubernetes - Does ClusterIP service distributes requests between replica pods?
Do you guys know if a ClusterIP service distributes the workload between the target deployment replicas? I have 5 ... ; send_timeout 7200; } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
2.1k
views
1
answer
kubernetes - serving static files from ingress-nginx
I have a express web server with static files. Let's call this my express-deployment. I'd like to use my ... would need 2 nginx for that) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.1k
views
1
answer
kubernetes - Enable Service Topology on k8s
I'm using k8s with kubeadm version 1.17. I'm trying to enable Service Topology feature gates but ... -cluster/enabling-service-topology/ See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
854
views
1
answer
kubernetes - Ingress Nginx - how to serve assets to application
I have an issue, I am deploying an application on [hostname]/product/console, but the .css .js files are ... be doing something wrong. Thanks! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.3k
views
1
answer
kubernetes - How to set service-node-port-range and then be able to deploy services using the new port range?
I have a requirement that a test server should use the port range 20000 - 22767 I edited the kubeadm- ... .com/kubernetes/kubeadm/issues/122 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
677
views
1
answer
kubernetes - Implementing workaround for missing http->https redirection in ingress-gce with GLBC
I am trying to wrap my brain around the suggested workarounds for the lack of built-in HTTP->HTTPS ... addition to more complete solutions. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.5k
views
1
answer
kubernetes - TimeoutException: Timeout expired while fetching topic metadata Kafka
I have been trying to deploy Kafka with schema registry locally using Kubernetes. However, the logs of the schema ... /zookeeper/wal name: wal See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.1k
views
1
answer
kubernetes - Helm upgrade doesn't pull new container
I Build a simple NodeJS API, pushed the Docker Image to a repo and deployed it to my k8s with Helm install (works ... ... What did I do wrong? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.7k
views
1
answer
kubernetes - How to convert k8s yaml to helm chart
Right now I'm deploying applications on k8s using yaml files. Like the one below: apiVersion: v1 kind: Service ... and called it helm chart. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
933
views
1
answer
kubernetes - What's the exactly flow chart of an outside request comes into k8s pod via Ingress?
all I knew well about k8s' nodePort and ClusterIP type in services. But I am very confused about the Ingress way ... xxx.com to your machine! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
983
views
1
answer
kubernetes - Ignite ReadinessProbe
Deploying an ignite cluster within Kubernetes, I cam across an issue that prevents cluster members from joining the ... for Ignite, anyway? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
944
views
1
answer
kubernetes - How to change the default nodeport range on Mac (docker-desktop)?
How to change the default nodeport range on Mac (docker-desktop)? I'd like to change the default nodeport range ... -desktop 1/1 Running 30 15d See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.3k
views
1
answer
kubernetes - how to change kubelet working dir to somewhere else
kubernetes 1.7.x kubelet store some data in /var/lib/kubelet, how can I change it to somewhere else ? Because my /var is every small. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
894
views
1
answer
kubernetes - How to schedule a cronjob which executes a kubectl command?
How to schedule a cronjob which executes a kubectl command? I would like to run the following kubectl command ... pod: hello-1551276300-8d5df See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.7k
views
1
answer
kubernetes - nginx-ingress: Too many redirects when force-ssl is enabled
I am setting up my first ingress in kubernetes using nginx-ingress. I set up the ingress-nginx load ... there are any extraneous redirects. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.5k
views
1
answer
kubernetes - kubeadm init shows kubelet isn't running or healthy
I am trying to run Kubernetes and trying to use sudo kubeadm init. Swap is off as recommended by ... suggestion/comment would be appreciated. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
843
views
1
answer
kubernetes - How to expose kube-dns service for queries outside cluster?
I'm trying to expose the "kube-dns" service to be available to be queried outside of the Kubernetes ... NodePort status: loadBalancer: {} See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.3k
views
1
answer
kubernetes - kubeadm init shows kubelet isn't running or healthy
I am trying to run Kubernetes and trying to use sudo kubeadm init. Swap is off as recommended by ... suggestion/comment would be appreciated. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.0k
views
1
answer
kubernetes - How to expose kube-dns service for queries outside cluster?
I'm trying to expose the "kube-dns" service to be available to be queried outside of the Kubernetes ... NodePort status: loadBalancer: {} See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.5k
views
1
answer
kubernetes - How to format the output of kubectl describe to JSON
kubectl get command has this flag -o to format the output. Is there a similar way to format the output ... accepted for the describe command. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
793
views
1
answer
kubernetes - How to get kube-dns working in Vagrant cluster using kubeadm and Weave
I deployed a few VMs using Vagrant to test kubernetes: master: 4 CPUs, 4GB RAM node-1: 4 CPUs, 8GB RAM ... the actual IP address of the VMs. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
883
views
1
answer
kubernetes - What is the default value of initialDelaySeconds?
Kubernetes' liveness and readiness probes for pods (deployment) can be configured with this initial delay ---- meaning ... as 10 second. Thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
872
views
1
answer
kubernetes - how to configure ingress to direct traffic to an https backend using https
I have a backend using https. I want to separate load on that back-end based on URL/path. I decided to ... change the rule form http to https See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
Page:
1
2
3
4
5
6
...
15
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] c# - Correctly create a task for log-in function
[2] dolphindb中怎么设置字段的comment?
[3] c# - I am facing this problem regarding to asp.net on visual studio 2019
[4] php删除数组中的重复数据,只留下没有重复的数据怎么实现?
[5] Angular, BsDatepicker Format
[6] backpressure - What is Netty closing channel policy if client does read data and application keeps writing?
[7] powershell - test-wsman works but enter-pssession fails
[8] [前端求助] ios 下使用 UC 浏览器 video 标签播放问题?
[9] java 代码优化
[10] grpc 如何将model数据转换为proto生成的结构体返回?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...