Rohit Rajak
Rohit Rajak
@ShaunakJoshi1407 we would need more detailed exsmples. Take a look at https://github.com/platform9/appctl/blob/62a82734cc269765472bbf44d134bfbe86d5a90b/cmd/appDeploy.go#L18
> Yep that can be added for commands like `arlon cluster`, `arlon profile `and `arlon bundle` commands It'd be better to do it separately with ready to use detailed examples...
> Please take a look at the [`azquery`](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/monitor/azquery) module as it contains some of this functionality (and other). Thank you @jhendrixMSFT will check it out.
@cruizen , @bcle, @jayanth-tjvrr and @ShaunakJoshi1407 Should we close this issue once #317 is closed?
Depends on: #98
Please see #430
Separate Tutorial document that emphasizes the declarative deployment example (examples/declarative)
The guide does mention it at the end of installation guide. https://arlonproj.github.io/arlon/0.10/installation/ Are there any other sections that need to mention declarative examples as well?
Separate Tutorial document that emphasizes the declarative deployment example (examples/declarative)
> Hey team! Please [add your planning poker estimate](https://app.zenhub.com/workspaces/Arlon-Team-6345a9610e79cb1603a53d69/issues/arlonproj/arlon/418?planning-poker) with Zenhub @bcle @jayanth-tjvrr @Rohitrajak1807 @ShaunakJoshi1407 It'll be wise to wait for a response on https://github.com/arlonproj/arlon/issues/418#issuecomment-1378384971
Separate Tutorial document that emphasizes the declarative deployment example (examples/declarative)
> I see the 2 tutorials now, one for gen1 clusters and one for gen2 clusters. But the gen2 cluster tutorial uses gen1 profiles. I think we need just one...
Separate Tutorial document that emphasizes the declarative deployment example (examples/declarative)
> We should add it to the tutorial if there's still one. In particular, the following commands: > > * `kubectl apply -f examples/declarative` for creating app, appprofile, and workload...