Instant dev environments for cloud-native apps
1–10 of 51 posts
Re: Instant dev environments for cloud-native apps
#2Re: Instant dev environments for cloud-native apps
#3Github codespaces is a step forward to eliminate local setup and have replicable dev environments running in containers. But for true cloud-native applications, you would need a kubernetes namespace to run other services, databases or access the kubernetes API. This blog post explains our vision of cloud-native development at www.okteto.com
Re: Instant dev environments for cloud-native apps
#4Github codespaces is a step forward to eliminate local setup and have replicable dev environments running in containers. But for true cloud-native applications, you would need a kubernetes namespace to run other services, databases or access the kubernetes API. This blog post explains our vision of cloud-native development at www.okteto.com
What's the performance like with compiled languages? I'm using rust and compiling in containers always seems slow.
Re: Instant dev environments for cloud-native apps
#5Re: Instant dev environments for cloud-native apps
#6Don't you tell me I'm living in "the dark ages" mister, I'm fully serverless. It's you who's grasping for a world soon to be gone.
Re: Instant dev environments for cloud-native apps
#7Re: Instant dev environments for cloud-native apps
#8Re: Instant dev environments for cloud-native apps
#9Re: Instant dev environments for cloud-native apps
#10...and then you remember that your app depends on half a dozen vendor webhooks...