Results for kubernetes
I've seen this post which was incredibly helpful, but I am stuck with my particular problem. Where my problem differs from that post is that the scrip...
I have the following configuration in Azure Kubernetes while trying to deploy an application in the cluster, I getting the following error If this i...
I have problem kubectl get all shows Error from server (Forbidden): replicationcontrollers is forbidden: User "system:serviceaccount:default:svcaccou...
Long story short. I have a Rancher cluster. There is a foo project in the cluster and a bar namespace in the foo project rancher cluster -> foo projec...
Error when I execute terraform destroy in some separate folder that containt kubernetes/helm provider I face an error: Error: Kubernetes cluster unre...
I am trying to get the exit from the application running in a kubernetes cluster. I can see the pod status as Error but I am interested in getting the...
I have a Spring Boot application being migrated from EC2 to EKS. I have a role and policy set up in AWS and that role is attached to a Service Account...
I am running a Kubernetes Pod for a service that needs to access the /dev/tpm0 device on the host. This works in privileged mode, however, I want to w...
Good day. I'm trying deploy some microservice using Java and Spring Boot in DigitalOceand Kubernetes cluster. The first microservice is an Eureka Serv...
I have done with kubectl port-forward name> port1:port2>, but I'm still getting "This site can’t be reached" when go to http://localhost:/ I'm hosting...
I'm new to kubernetes and Azure Kubernetes Services, and I'm experiencing problems when creating a Deployment object by applying a YAML file directly....
I have a spring-boot application deployed on Kubernetes, I want see the top process on my pod as top is not available currently. Docker image we have ...
I have created .NET microservices pods in Kubernetes,and want to connect these pods to the external SQL database present on-premises. I have made all ...
I'm confused as to how Kubernetes Ingresses work. My conceptualization of it is that they're a Kubernetes service of type "loadbalancer" which also ru...
Sorry for the long text, but I needed to report in detail. I am building a very simple project with a index.html file. My goal with this project is im...
I'm working with Azure Kubernetes Service (AKS) and want to ensure that my network security is in line with industry standards and best practices. By ...
In dag script PARAM = { 'key1' : 'value1', 'key2' : 'value2' } t1 = KubernetesPodOperator( task_id=task_id, name=task_name, cmds=...
After deployment, the pods, replicaset, and deployment are created successfully. However, when I try to delete the Deployment using kubectl delete dep...
I am having a problem in a Fabric network (v2.2.2) deployed in Kubernetes using Docker (DinD). I get a 500 error returned when I do a "peer chaincode ...
I have an Azure WebApp with its VNet and a Kubernetes Cluster with its VNet. In the Kubernetes Cluster VNet I have three subnets: aks-subnet with 10....
I have an existing generic Kubernetes secret that exported as YAML (using kubectl get secret -o yaml > secret.yaml), looks like this: kind: Secret api...
i deployed a django application in google cloud kubernetes, its all working i can access my site from https and use it. but when i type in the url the...
I have bare-metal kubernetes cluster with 1 master and 2 worker nodes. Also I installed helm. And then I tried to set up gitlab runner using helm acco...
I'm running a Nextflow workflow using the Kubernetes executor in a shared cluster that cannot allow privileged containers for security reasons. When I...
My goal is to have a gitlab CI/CD pipeline that builds my conda packages for me. For very large projects, conda is so slow that gitlab times out, so w...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?