Hi,
I’m new with waypoint and exploring it for CI/CD. I deployed it on my work station where I have docker and it works fine. I got few queries, Let me ask here so I can clear my doubts.
-
can we build multiple aaps - for example , currently we use docker-compose to build front end and backend with DB and then it got connectivity and require ports exposes and volume and it works simply by docker-compose up , can we do similar kind of logic in waypoint for deployment / release section?
-
do we require to create seperate server for different platforms, i mean docker , kubernetes, EC2 ? i deployed under docker and it works but when i changed deployment to kubernetes in waypoint.hcl file, it is giving below error
$ waypoint init
✓ Configuration file appears valid
Failed to initialize client for Waypoint server.! The Waypoint client validation step validates that we can connect to the
configured Waypoint server. If this is a local-only operation (no Waypoint
server is configured), then we validate that we can initialize local writes.
The error for this failure is shown below.! context deadline exceeded
! Project had errors during initialization.
Waypoint experienced some errors during project initialization. The output
above should contain the failure messages. Please correct these errors and
run ‘waypoint init’ again.$ k get nodes
NAME STATUS ROLES AGE VERSION
minikube Ready control-plane,master 5d12h v1.20.0
And after that when i tried to install it as -platform=kubernetes, it stucks at
$ waypoint install -platform=kubernetes -accept-tos
✓ Creating Kubernetes resources...
✓ Creating Kubernetes resources...
✓ Creating Kubernetes resources...
✓ Creating Kubernetes resources...
✓ Creating Kubernetes resources...
✓ Creating Kubernetes resources...
✓ Creating Kubernetes resources...
✓ Kubernetes StatefulSet reporting ready