DevOps Classroom notes 21/Aug/2025

Prompting Techniques

  • Zero shot prompting: we directly ask question with out any examples
Explain version control system.
  • Few shot prompting: Here we enter the prompt with few examples and then ask the question
I want you to explain branching strategies in the following way

gitflow:
   when was this introduced : 2010 by Vincent Driessen
   core concept: 
       main (or master): This branch represents the production-ready code. It should always be stable and deployable. Every commit on main typically corresponds to a new versioned release.

       develop: This is the integration branch for all ongoing development. New features are merged into develop once they are complete. It contains the latest delivered development changes for the next release

   best for: 
       Projects with Scheduled Release Cycles / Versioned Releases
       Large and Complex Projects with Multiple Teams


Now explain about github branching strategy

  • Chain of thought: We ask the model rather than directly giving us answer, workout the solution step by step.
A pod in kubernetes is not getting started. Lets look into step by step approach to find the possible reason for failure

Visual Help

  • Google AI Studio.
  • watch recording.

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube