You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a new service there are no k8s resources defined in the cluster. ike develop should let the developer start working locally on such a service and create necessary resources on the fly, including a "proxying" pod deployed.
Why
Without this feature, the tooling can't be used from the first day of development. At the moment istio-workspace supports workflows for existing services - so for changing existing code but not for prototyping new things. This limits the adoption and overall usefulness.
The text was updated successfully, but these errors were encountered:
What can be improved
When starting a new service there are no k8s resources defined in the cluster.
ike develop
should let the developer start working locally on such a service and create necessary resources on the fly, including a "proxying" pod deployed.Why
Without this feature, the tooling can't be used from the first day of development. At the moment
istio-workspace
supports workflows for existing services - so for changing existing code but not for prototyping new things. This limits the adoption and overall usefulness.The text was updated successfully, but these errors were encountered: