azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

doc enhancement - discuss 'func kubernetes deploy', github actions and azure devops

Open vigouredelaruse opened this issue 3 years ago • 1 comments

[Enter feedback here]

kudos for detaching the functions funtime from azure datacenter deployment via

  • keda
  • kubernetes
  • azure core tools - func kubernetes deploy

now for the last mile obviously one wants to integratiethis deploymenent scenario with the rest of one's ci/cd pipeline

as discussed in the documentation referenced by this issue, a series of command line step are required to deploy functions to kubernets on linux let's say. the fact is that to accomplish this today would require a pipeline that

  • authenticates to the target kubernetes deployment cluster
  • applys the appropriate kubernetes registry secrets to
    • pull a previously built image
    • apply the functions deployment
    • validate resulting kubernetes manifest

however the documentation for this scenario ignores the ci/cd aspect entirely, but i cannot, and the omission of these details in the associated documentation has impaired my ability to quickly review and understand this feature

thanks

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

vigouredelaruse avatar Oct 21 '22 16:10 vigouredelaruse

@vigouredelaruse Thanks for your feedback! We will investigate and update as appropriate.

YashikaTyagii avatar Oct 21 '22 18:10 YashikaTyagii