|
|
|
|
|
by from-nibly
610 days ago
|
|
> As developers today, we often know what we need to do but struggle with the how; [deplyment commands, permissioning commands] ... Foyle solves this problem by turning your intent into executable commands. In my experience, no developers don't know what they need to do. They have an app that does stuff on their laptop. Between that and production they often have no clue. Infra is plumbing, and plumbing is contextual details. These details are the very specific things that an LLM doesn't have access to. The fact that there is a Palo firewall between two subnets means deploying your app isn't a kubectl away. The fact that DNS goes through another team means routing myapp.mycompany.com requires a jira ticket. Heck the fact that you use istio means ingress works completely differently. How does foyle address these kinds of issues? |
|