Please turn JavaScript on
Direct DevOps from Quality Thought icon

Direct DevOps from Quality Thought

Subscribe to Direct DevOps from Quality Thought’s news feed.

Click on “Follow” and decide if you want to get news from Direct DevOps from Quality Thought via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to Direct DevOps from Quality Thought comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from Direct DevOps from Quality Thought which you are really interested in. Click on the blue “Filter” button below to get started.

Website title: Direct DevOps from Quality Thought

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.5 / day

Message History

Service Principal & Managed Identity in Azure Overview

In Microsoft Azure, both Service Principals and Managed Identities are used to authenticate applications and services without using a user’s credentials. The main difference is who manages the identity and credentials.

Identity Type Application Identity Azure ...

Read full story
JAVA application build maven gradle ant Maven build tool for java to generate jar or war file Java version : 17 maven maven cli cmds: mvn clean – clean your code mvn install – download all packages mention in pom.xml mvn test – install dependency and run tests (sure-fire-reports) mvn package – install dependency , run tests and build package (jar/war file) mvn deploy – inst...

Read full story
Create rbac policy for storage account and provide create container and read write permissions to dev and QA group winget search Python.Python winget install Python.Python.3 pip install azure-identity azure-mgmt-compute sample code for azure sdk import os from azure.identity import DefaultAzureCredential from azure.mgmt.compute import ComputeManagementClient def stop_azure_...

Read full story
CICD

where to run:

github host enterprise (linux ) runner on docker image onprem (linux, mac, windows ) runner

when to run:

time (schedule) PR push workflow dispatch

what to run:

cicd steps Workflows (.github/workflows/ci.yaml)

it works on yaml file as inputs

Actions workflow actions all info runner, steps, env, secrets comp...

Read full story
Dynamic Manifests CI/CD Pipeline

We will have a docker file Build the image(s) ,tag it, push it to registry image names are present in k8s manifests (hardcoded) Make changes in manifest and deploy (rollout) k8s manifests are static we need to figure out a dynamic approach for manifest changes, there are two popular options

helm kustomize Helm This is c...

Read full story