Resource questions Part 3 - VishalPatangay/My-devops-repo GitHub Wiki

Implement devops development program

  1. To configure a VM as a azure automation state configuration you need to run the

Register-AzureRmAutomationDSCNode cmdlet.

  1. You have AKS cluster and you want to configure Helm and Tiller what 3 commands do you use in sequence:

  2. **kubectl create ** syntax: kubectl create -f rbac-config.yaml serviceaccount "tiller" created Clusterrolebinding "tiller" created

  3. Helm init-service-account tiller - to deploy a basic tiller in AKS cluster.

  4. Helm install - to install Helm with charts, specify the name of the chart to install.

  5. To continuously monitor the org's code base you recommend SonarCloud Analysis. To have this use the Azure devops extension for SonarCloud.

  6. Octopus tentacle - for integration of projects with on-premises dependency management, git, Azure server artifacts.

  7. Merge strategy to consolidate commit histories and merge the changes into a single commit use squash merge.