Deployment pain points with Packer and Ansible #3806
webberwang
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You're absolutely right - you're experiencing the exact pain points that drive teams to Kubernetes! Your setup is sophisticated but has too much manual glue code. Let me validate your concerns:
{
containers: "Docker containers",
but: "Running on VMs you manage",
deployment: "Packer + Ansible + Terraform",
result: "Pets not cattle"
}
// What containerized should feel like:
{
image: "Just a Docker image",
deploy: "Push to registry → Auto-deploys",
config: "Environment variables or mounted configs",
result: "Cattle not pets"
}
Beta Was this translation helpful? Give feedback.
All reactions