Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Categories
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
418
views
1
answer
kubernetes - How to merge kubectl config file with ~/.kube/config?
Is there a simple kubectl command to take a kubeconfig file (that contains a cluster+context+user) and merge it into the ~/.kube/config file as an additional context? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
335
views
1
answer
kubernetes - What is the difference between a pod and a deployment?
I have been creating pods with type:deployment but I see that some documentation uses type:pod, more specifically the documentation for multi-container pods: ... -container pod with a deployment as well. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
368
views
1
answer
kubernetes - Does kubectl port-forward ignore loadBalance services?
My Environment: Mac dev machine with latest Minikube/Docker I built (locally) a simple docker image with a simple Django REST API "hello world".I'm ... or issue? or am I missing something greater here? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
1.4k
views
1
answer
kubernetes - chown: changing ownership of '/data/db': Operation not permitted
Can we use nfs volume plugin to maintain the High Availability and Disaster Recovery among the kubernetes cluster? I am running the pod with MongoDB. Getting ... to achieve HA- DR in kubernetes cluster? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
576
views
1
answer
kubernetes - Helm install in certain order
I am trying to create a Helm Chart with the following resources: Secret ConfigMap Service Job Deployment These are also in the order that I would like ... second with 5 which would depend on the first. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
370
views
1
answer
kubernetes - How to pull environment variables with Helm charts
I have my deployment.yaml file within the templates directory of Helm charts with several environment variables for the container I will be running using Helm. Now I ... ? If yes, then how do I do this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
353
views
1
answer
kubernetes - Tell when Job is Complete
I'm looking for a way to tell (from within a script) when a Kubernetes Job has completed. I want to then get the logs out of the containers and ... > and grep for 1 Succeeded or something of the sort? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
485
views
1
answer
kubernetes - Service located in another namespace
I have been trying to find a way to define a service in one namespace that links to a Pod running in another namespace. I know that containers in ... to the proper data-access service each tenant is entitled to use. Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
478
views
1
answer
kubernetes - How do I test a ClusterIssuer solver?
I'm attempting to deploy a Kubernetes cluster with an SSL certificate using LetsEncrypt on DigitalOcean. I followed these instructions, and everything works right up ... t seem to be a lot of support online for this? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
340
views
1
answer
kubernetes - pod has unbound PersistentVolumeClaims
When I push my deployments, for some reason, I'm getting the error on my pods: pod has unbound PersistentVolumeClaims Here are my YAML below: This is running ... : - dir_mode=0755 - file_mode=0755 - uid=1000 - gid=1000 Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
448
views
1
answer
kubernetes - Using Filebeats how do you update the fields.yml
I am running filebeats on Kube and have created my own module and mounted it. I can use the module and my pipelines and dashboards are uploaded to ... ://stackoverflow.com/questions/65831051/using-filebeats-how-do-you-update-the-fields-yml...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
481
views
1
answer
kubernetes - Compilation of Elyra-Pipelines to Tekton based Kubeflow fails
I've installed a kubernetes cluster running kubeflow pipelines based on tekton on top of KIND using the following instructions Now I'm getting the ... .com/questions/65832799/compilation-of-elyra-pipelines-to-tekton-based-kubeflow-fails...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
329
views
1
answer
kubernetes - How do I properly HTTPS secure an application when using Istio?
I'm currently trying to wrap my head around how the typical application flow looks like for a kubernetes application in combination with Istio. So, for ... /questions/65836627/how-do-i-properly-https-secure-an-application-when-using-istio...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
571
views
1
answer
kubernetes - Nginx reports "upstream connection timeout"
Discription: The k8s nginx-ingress-controllers are exposed in loadbalancer type(implemented by metallb) with ip addr 192.168.1.254. Another ... from:https://stackoverflow.com/questions/65838808/nginx-reports-upstream-connection-timeout...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
753
views
1
answer
kubernetes - Persistent Volume Issue on GKE
So I am trying to create a persistent volume on GKE with the definition below: apiVersion: v1 kind: PersistentVolume metadata: name: pv01-3gi ... question from:https://stackoverflow.com/questions/65839181/persistent-volume-issue-on-gke...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
520
views
1
answer
kubernetes - Kubernets CronJob Containers
I'm trying to run a cronjob inside k8 container. Below is my code for CronJob resource: apiVersion: batch/v1beta1 kind: CronJob metadata: ... to? question from:https://stackoverflow.com/questions/65839768/kubernets-cronjob-containers...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
421
views
1
answer
kubernetes - prometheus-blackbox-exporter is Firing false positive alerts
We have set up full Prometheus stack - Prometheus/Grafana/Alertmanager/Node Explorer/Blackbox exporter using community helm charts in our Kubernetes ... .com/questions/65840967/prometheus-blackbox-exporter-is-firing-false-positive-alerts...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
505
views
1
answer
kubernetes - Hashicorp vault on k8s: getting error 1 Insufficient memory, 1 node(s) didn't match pod affinity/anti-affinity
I'm deploying ha vault on k8s (EKS) and getting this error on one of the vault pods, which I think is causing other pods to fail ... in StatefulSet vault successful 2m40s Normal NoPods poddisruptionbudget/vault No matching pods found 2m38...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
306
views
1
answer
kubernetes - Alicloud node memory Requested/Limited/Used
We have a test cluster of 3 nodes on Alicloud We haven't set any memory limits, per namespace or per pod However, when looking at the ... question from:https://stackoverflow.com/questions/65842348/alicloud-node-memory-requested-limited-used...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
300
views
1
answer
kubernetes - Is there a way for K8s service account to create another service account in a different namespace?
I have an app which interacts with an existing service account ("the agent") on a designated namespace. I want the agent to be able to create additional ... -there-a-way-for-k8s-service-account-to-create-another-service-account-in-a-di...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
327
views
1
answer
kubernetes - How to tag resources created under a certain k8s cluster
How to tag resources created under a certain k8s cluster, we have multiple teams which create cluster and the corresponding pods, in order to understand ... .com/questions/65846015/how-to-tag-resources-created-under-a-certain-k8s-cluster...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
398
views
1
answer
kubernetes - kubectl trying to create CertificateSigningRequest error :Error from server (BadRequest): error when creating "tcsr.yaml":CertificateSigningRequest
i try to create CertificateSigningRequest apiVersion: certificates.k8s.io/v1beta1 kind: CertificateSigningRequest metadata: name: vault-csr spec: groups: ... /kubectl-trying-to-create-certificatesigningrequest-error-error-from-server-bad...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
757
views
1
answer
kubernetes - Error from server: error dialing backend: x509: certificate is valid for worker-0, not worker-0.australia-southeast1-a.c
When I try to exec into a Pod, it gives me the below error. Can somebody help? Error from server: error dialing backend: x509: certificate ... /questions/65846914/error-from-server-error-dialing-backend-x509-certificate-is-valid-for-worker...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
573
views
1
answer
kubernetes - Prometheus helm chart custom config
I have applied the kube-prometheus-stack to my k8s cluster, and notice there are no scrape configs for my services or pods. I'd like all ... ? question from:https://stackoverflow.com/questions/65847324/prometheus-helm-chart-custom-config...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
580
views
1
answer
kubernetes - Admission review request fails when switching webhook service to ipFamily=IPv6 in dual-stack cluster
I have been trying to make the Istio control plane deploy as IPv6 service in my v1.18.2 k8s dual-stack cluster. Istio currently does not ... questions/65849811/admission-review-request-fails-when-switching-webhook-service-to-ipfamily-ipv6-i...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
332
views
1
answer
kubernetes - HorizontalPodAutoscaler scaleDown behavior
We are using v1.18 and ArgoCD. Desired Behavior: scale down by 1 pod at a time every 5 minutes when usage under 50% The ... above target question from:https://stackoverflow.com/questions/65849950/horizontalpodautoscaler-scaledown-behavior...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
478
views
1
answer
kubernetes - Internal nginx besides a k3s setup on one vps
currently I run a nginx on a vps and I want to install k3s. The vps has two public reachable IP addresses and I want that the nginx on the ... from:https://stackoverflow.com/questions/65850052/internal-nginx-besides-a-k3s-setup-on-one-vps...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
0
votes
371
views
1
answer
kubernetes - Rancher email alert when up/downscaling nodes
I tried to set up an alert, which gets triggered when my kubernetes cluster (managed by rancher) scales up or down it's nodes, but couldn't ... from:https://stackoverflow.com/questions/65850148/rancher-email-alert-when-up-downscaling-nodes...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
kubernetes
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Just Browsing Browsing
[1] android studio - What is the alternative of using setState() in flutter?
[2] 怎么把这个api做成接口来使用
[3] 怎么获取日期范围的时间序列
[4] Vue使用mavon-editor后遮罩层问题
[5] How to insert a Django template tag + HTML element in a HTML page with Javascript
[6] H5强制横屏,安卓上下滑为左右滚动,左右滑为上下滚动,有什么解决方案吗?
[7] Is it wrong to assume that Github will retain the data in the database from Android Studio?
[8] 自动服务任务用工作流还是用规则引擎?
[9] vue-cli3新建的项目运行提示webpack 的性能警告
[10] How to stream audio from microphone to Google Speech-to-Text in Python using WebRTC
548k
questions
547k
answers
4
comments
48.7k
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
google
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
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
web
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
...