We are using the curator service discovery in docker and kubernetes environments. We setup the connection string using the DNS names of the containers/pods.
Kubernetes have cronjob which can be used to schedule jobs periodically https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/ Is there a way to r
I have a Deployment like this: apiVersion: apps/v1 kind: Deployment spec: template: volumeMounts: - mountPath: /home name: john-webos-vol
I'm using minikube locally. The following is the .tf file I use to create my kubernetes cluster: provider "kubernetes" { config_path = "~/.kube/config" } res
I'm creating a small application which will listen for changes on various resources through the API. For such an task it needs permissions. So I thought I'd cre
Running Spring Boot 2.6.6 and Spring Cloud 2021.0.1 I'm attempting to migrate an existing service to Kubernetes so I added a dependency on spring-cloud-starter-
Main issue is docker desktop is not starting in mac & The status bar is showing docker desktop is starting but this process is not ending I tried system reb
I have a application running on a AKS Container and would like to use the Azure Cosmos DB for storage. How can i set this up? I think i just need to specify th
I am relatively new to AWS and kubernetes. I have created a self-managed kubernetes cluster running in AWS (not using EKS). I have successfully created a pipeli
I have a pod named 'sample_pod' and a container named 'sample_container' running inside the pod. sample_container's entry point is a python bin file (sample.py)
I am trying to configure tls for my Kubernetes cluster using cert-manager and lets encrypt but seems to be running into a problem that I cannot seem to resolve.
I'm just trying to create a simple service account. Theoretically, kubectl automatically creates the secret and token for service accounts... But, not in my cas
I am trying to track all API requests to my kubernetes cluster running on some ec2 instances. How do I go about doing this? I am basically trying to check which
Can u help me about elasticsearch, I'm using helm chart to install elasticsearch on EKS Cluster (AWS). this error log: {"@timestamp":"2022-04-04T06:51:37.598Z",
I am trying to perform replication in Cassandra. The cassandra nodes are setup in kubernetes. I am running it locally. I am just a beginner. I am unable to run
I'm trying to start minikube on a Mac M1 (macOs Monterey V12.0.1) after installing minikube with homebrew (brew install minikube) but I am getting an error afte
AKS ingress with nginx and Key Vault certificates issue with creating secret from cert in vault. Cert is in the key vault has all required permissions. I've imp
The task I carreid out ↓ Hyper-V, Ubuntu 20.04, k8s 1.23.6, Docker 20.10.14 Installation Set up a K8s Cluster(Control Plane 1EA, Worker node 1EA) kubectl
I am reading the tekton docs on authentication it explains that two things are needed to do authentication Create a secret docs give example below apiVersion: v
We have a setup with Traefik as the Ingress Controller / CRD and ArgoCD. We installed ArgoCD into our EKS setup as described in the Argo getting stared guide: k