Resource questions Part 3 - VishalPatangay/My-devops-repo GitHub Wiki
Implement devops development program
- To configure a VM as a azure automation state configuration you need to run the
Register-AzureRmAutomationDSCNode cmdlet.
-
You have AKS cluster and you want to configure Helm and Tiller what 3 commands do you use in sequence:
-
**kubectl create ** syntax: kubectl create -f rbac-config.yaml serviceaccount "tiller" created Clusterrolebinding "tiller" created
-
Helm init-service-account tiller - to deploy a basic tiller in AKS cluster.
-
Helm install - to install Helm with charts, specify the name of the chart to install.
-
To continuously monitor the org's code base you recommend SonarCloud Analysis. To have this use the Azure devops extension for SonarCloud.
-
Octopus tentacle - for integration of projects with on-premises dependency management, git, Azure server artifacts.
-
Merge strategy to consolidate commit histories and merge the changes into a single commit use squash merge.