skaffold Questions
6
I am a Docker noob and am trying to run the make dev-services script, declared in the skaffold.yml file (I exchanged image and sha names with xxx):
- name: dev-services
build:
tagPolicy:
inputDi...
14
Solved
I am trying to build and deploy microservices images to a single-node Kubernetes cluster running on my development machine using minikube. I am using the cloud-native microservices demo application...
Overload asked 19/6, 2020 at 15:48
3
Solved
When I'm running following code:
minikube addons enable ingress
I'm getting following error:
▪ Using image k8s.gcr.io/ingress-nginx/controller:v0.44.0
▪ Using image docker.io/jettech/kube-webhook...
Abc asked 21/4, 2021 at 11:10
6
I was using Docker Desktop on my Mac for a long time. Currently Docker desktop causing a huge issues related to starting up. Everytime it needs some tweak to run or uninstall and install it again, ...
Origan asked 9/6, 2022 at 8:28
3
Solved
I work with teams members to develop a microservices architecture but I have a problem with the way to work. Indeed, I have too many microservices and when I run them during my development, it cons...
Iraq asked 7/10, 2020 at 20:0
1
I'm running an Ubuntu VM with multipass hyperkit do run microk8s. Within the VM all things checkout and available with skaffold/kubectl port forwarding. For instance:
$ multipass list
Name State IP...
Quadruplet asked 23/3, 2021 at 18:48
1
Solved
apiVersion: skaffold/v2alpha3
kind: Config
deploy:
kubectl:
manifests:
- ./infra/k8s/*
build:
local:
push: false
artifacts:
- image: fifapes123/auth
context: auth
docker:
dockerfile: Do...
Meuse asked 31/10, 2022 at 4:21
4
Solved
I am currently running a django app under python3 through kubernetes by going through skaffold dev. I have hot reload working with the Python source code. Is it currently possible to do interactive...
Jarmon asked 25/2, 2019 at 21:8
3
Kubernetes newbie here.
I have some strange Skaffold/Kubernetes behavior. I'm working in Google Cloud but I've changed to the local environment just for test and it's the same. So probably it's me ...
Dato asked 5/9, 2020 at 14:24
2
Solved
So, I'm using minikube v1.19.0 in ubuntu and using nginx-ingress with kubernetes. I have two node files: auth and client having docker image made respectively
i got 4 kubernetes cinfig files which ...
Providenciaprovident asked 22/4, 2021 at 11:59
1
Solved
When I run skaffold init in my app directory it shows me:
one or more valid Kubernetes manifests are required to run skaffold
The content of the directory:
Do I have to provide Kubernetes manifes...
Mabuse asked 6/2, 2021 at 17:9
2
Solved
I'm trying to deploy a MicroServices system on my local machine using Skaffold.
ingress-srv.yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ingress-service
annotations:
kuberne...
Transpicuous asked 14/7, 2020 at 4:9
1
Solved
Basically, I need the database deployment to spin up before the API deployment. If the database isn't running, it throws an error in the API.
I've messed with the order in artifacts: and also in:...
Unthrone asked 20/1, 2020 at 21:27
2
Solved
I'm having difficulty understanding which would be best for my situation and how to actually implement it.
In a nutshell, the problem is this:
I'm spinning up my DB (Postgres), BE (Django), and ...
Graveclothes asked 22/1, 2020 at 0:8
1
Solved
As the title says, I'm setting a POSTGRES_PASSWORD and after spinning up the cluster with Skaffold (--port-forward on so I can access the DB with pgAdmin), I can access the database
with or withou...
Earwig asked 5/12, 2019 at 23:51
0
The Problem
A GitHub trigger set up in Google Cloud Build doesn't actually substitute the configured values while running the Build (cloudbuild.yaml)
This is the Google Cloud Build config
cloudbuil...
Determinism asked 20/9, 2018 at 10:53
1
© 2022 - 2024 — McMap. All rights reserved.