I have below yaml file for creating ReplicaSet. apiVersion: apps/v1beta1 kind: ReplicaSet metadata: name: kubia spec: replicas: 2 selector:
I am a newbee in Kubernetes/Openshift. I am trying to update MySQL configuration using configmap. I have the below yaml apiVersion: v1 kind: ConfigMap metadat
I've implemented Traefik on Kubernetes following the User Guide. That gives me an ingress-controller and I was able to create an ingress and the traefik-ingress
We have a kubernetes cluster with ~100 nodes with istio and want to enable the Locality LoadBalancing feature. This will save us up to 70k USD/year because our
I’ve been deploying an Private AKS cluster. On the subnet where it supposed to be deployed I’ve assigned and UDR to force all traffic 0.0.0.0 to the
I am getting issue while terminating the namesapce in the cluster, It's showing many parameters inside the namespace JSON. I followed this link https://medium.c
I have a Kubernetes cluster that I am trying to deploy different Helm Charts, when charts have no persistence everything works great. When the Helm charts use p
I am attempting to create a service for creating training datasets using the Prodigy UI tool. I would like to do this using a Kubernetes cluster which is runnin
I'm just learning about Kubernetes using ingress and MariaDB. I don't know which one make my code error that return "This site can’t be reached". The requ
I am working on Hyperledger Fabric for a time being. I want to deploy my Hyperledger to a cloud platform but only public cloud like AWS and Azure are supporting
I am trying to execute describe on ingress but does not work. Get command works fine but not describe. Is anything that I am doing wrong? I am running this agai
In kubectl, both describe and get -o <format> can be used to get the details of a resource, I'm wondering what's the difference between the two? why does
I am using a GKE cluster with Ubuntu nodes & containerd as CRI. I am not able to see any pause containers the way we used to see in docker. Are they no more
From time to time we find that some logs are missing in the ES, while we are able to see them in Kubernetes. Only problems in logs I was able to find, point out
Following this guide,I am trying to run gcsfuse inside a pod in GKE. Below is the deployment manifest that I am using: apiVersion: extensions/v1beta1 kind: Depl
I'm currently working on setting up a CI/CD pipeline to my client's new Kubernetes clusters that they host on Harbor using Helm and Azure DevOps Server, and I'm
I work in a large enterprise that mostly deploys Alpine-based images running Java SpringBoot services, to k8s v1.13.12 on prem. We are starting to move to Azure
In official document, the default replicas of argo-server and workflow-controller is set to 1. Should it be set to 3 in the production environ
I create a service which type is loadbalancer, kubernetes create an ELB and listen protocol is tcp 80--->tcp 80, then I modified the ELB by changing the pro
I am trying to allow some users in my org to forward ports to our production namespace in Kubernetes. However, I don't want them to be able to forward ports to