- Does the application already run in a containerized environment?
- Is this a new K8S cluster or a migration from an existing K8S cluster?
- Do you plan to use AKS or CAPI/CAPZ?
- What are the ingress network requirements?
- What are the egress network requirements?
- Does the application persist state inside the container? If so, how?
- What are the scaling requirements?
- What are your build and deploy pipelines and how are they implemented?
- What languages are used? (e.g. C#, PHP, Python)
- How do you know if the application is healthy?
- What type of runtime resources does the container require? (e.g. memory, CPU)
- What version of Kubernetes are you planning to use?