skupper-example-hello-world
skupper-example-hello-world copied to clipboard
A minimal multi-service HTTP application deployed across sites using Skupper
``` kubectl create deployment frontend --image quay.io/skupper/hello-world-frontend Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "hello-world-frontend" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "hello-world-frontend" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true...
Hello-world images are now created as manifests, with images for x86 and ARM
I created two minikube profiles - east and west. At the east (front end) - I started a tunnel and ran minikube tunnel -p east. Everything looks like. and I...
@ssorj - wanted to use this as an aide for reviewing https://github.com/skupperproject/skupper/pull/1855. Currently installs the manifest yaml output from `make generate-network-observer-generic`. Thoughts on the default configuration here? I think the...
I do not think that frontend /api/health it is doing what it was written to do. It appears to return 200 pretty much regardless of what happens with the backend...
- Enabling Power arch for frontend & backend build for Hello World. I'm verifying Skupper on Power for [MULTIARCH-5587](https://issues.redhat.com/browse/MULTIARCH-5587) CC: @prb112, @[email protected] & @hash-d