BCReddy Devops
BCReddy Devops
  • 155
  • 157 514

Відео

Cloud NAT in GCP | Internal vs External IP in GCP |Public vs Private Subnets, VPC Firewalls Routers
Переглядів 553 місяці тому
In this video, we will dive into Cloud NAT in Google Cloud Platform (GCP) and explore the differences between public and private subnets, as well as the role of VPC firewalls in securing your network. Learn how to effectively manage your network traffic and enhance your cloud environment by understanding these key concepts. Whether you are new to GCP networking or looking to optimize your exist...
VPC Peering in GCP - Single Project vs Multi Project Explained || What is VPC Peering in GCP
Переглядів 213 місяці тому
In this video we discussed about VPC Peering why do we need VPC peering and Important Considerations and Discover the key differences between single project and multi project setups, and how they impact your network architecture. Whether you are new to GCP or looking to optimize your VPC configuration, this explanation will help you make the right choices for your cloud infrastructure. Watch no...
GCP || VPC Setup in Google Cloud Platform - Step-by-Step Tutorial || VPC Subnets Firewalls Creation
Переглядів 403 місяці тому
In this step-by-step tutorial, you will learn how to set up a Virtual Private Cloud (VPC) in Google Cloud Platform (GCP). Understanding VPCs is essential for creating a secure and isolated network environment within GCP. Follow along as we guide you through the process of configuring VPCs, subnets, firewalls, and more in GCP. By the end of this tutorial, you will have a solid foundation in VPC ...
GitHub Actions-Configure Self Hosted Runner || How to Configure Self Hosted Runner on GitHub Actions
Переглядів 514 місяці тому
In this video we discussed how to configure self-hosted runner on GitHub Actions
GitHub Actions || GitHub Actions Vs Jenkins || How to create CI/CD Pipeline using GitHub Actions
Переглядів 1694 місяці тому
In this video we discussed about what is github actions and components of github actions and difference between github actions and jenkins and created ci/cd pipeline using docker . what are workflows ? 1.The workflow is an automated procedure that you add to your repository 2.they are made up of one or more jobs and can be scheduled or trigger by an event. 3.it can be used to build,test,package...
How To Use Google Gemini Pro LLM Models and How To Generate Google API Keys to call LLMs Models
Переглядів 626 місяців тому
In this video we discussed about how to use google gemini pro llm modes and how to generate google api keys to call llms modes and how create a web application using streamlit in python . #GoogleGeminiPro #LLMmodels #geminipro #LLM
Keycloak Installation for Production || How to Install and Configure Keycloak 23.0.0 for Ubuntu
Переглядів 6 тис.8 місяців тому
In this video we discussed how to install configure keycloak 23.0.0 for Production on Ubuntu server . www.keycloak.org/archive/downloads-23.0.0.html sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout bcreddydevops.xyz.key.pem -out bcreddydevops.xyz.crt.pem
How to Setup Active Directory on Windows Server and How to create Users and Groups and Configure DNS
Переглядів 899 місяців тому
In this video we discussed about How to Setup Active Directory on Windows Server and How to create Users and Groups and Configure DNS Get Users dsquery user -limit 0 Get Groups dsquery group -limit 0 Get Users in a Specific Group: dsget group "GroupDN" -members dsget group "CN=devgroup,OU=groups,DC=example,DC=com" -members dsquery group -name "devgroup" | dsget group -members Get Information ab...
How to Setup Self Hosted Linux Agent in Azure DevOps || How to Use Custom Agent for Build Pipelines
Переглядів 4359 місяців тому
In this video we discussed about how to setup/configure self-hosted linux agent in azure devops and how to use the custom agent in your build jobs
How to Install and Configure SonarQube 9.8 on Ubuntu 20.04 || SonarQube Server Installation New
Переглядів 51010 місяців тому
In this we video we discussed about how to install and configure SonarQube server on ubuntu Linux VM
Ansible Tags | Ansible Special Tags with Examples | How to run particular task in ansible playbook.
Переглядів 15210 місяців тому
In this video we discussed about ansible tags with examples and special tags and how to run playbook with and without tags and special tags. github.com/bcreddydevops/Ansible-D/tree/master/tags In Ansible, tags allow you to selectively run or skip specific tasks within a playbook. You can assign tags to tasks, and then when running a playbook, you can specify which tags to include or exclude. An...
Ansible Roles || How to Create Ansible Roles || Ansible Role Structure || Examples for Ansible Role
Переглядів 96910 місяців тому
In this video we discussed about ansible roles with examples and folder structure of ansible roles github.com/bcreddydevops/Ansible-D/tree/master/roles
Ansible Blocks | What is Blocks Rescue Always in Ansible | Example of Ansible Blocks Error Handling
Переглядів 20010 місяців тому
In this video we discussed what is ansible block rescue always statement in ansible playbook how to declare in ansible playbook and error handling using blocks rescue always in ansible playbook. github.com/bcreddydevops/Ansible-D/tree/master/blocks
Ansible Handlers | What is Handlers in Ansible How it works | Examples Handlers in Ansible Playbooks
Переглядів 21711 місяців тому
In this video we discussed ansible handlers with examples and how to use ansible handlers in playbooks we discussed in the videos
Ansible Loops || How Loops Conditions will work in Ansible || with_items and loops keyword || Loops
Переглядів 13711 місяців тому
Ansible Loops || How Loops Conditions will work in Ansible || with_items and loops keyword || Loops
Ansible Facts || Custom Facts in Ansible || Managing Facts in Ansible || What is Ansible Facts
Переглядів 19311 місяців тому
Ansible Facts || Custom Facts in Ansible || Managing Facts in Ansible || What is Ansible Facts
Ansible Variables | How to use ansible variables in playbooks | How to declare variables in playbook
Переглядів 21711 місяців тому
Ansible Variables | How to use ansible variables in playbooks | How to declare variables in playbook
Ansible FAQ's 1 #ansible #ansibletutorial #youtubeshorts #devops
Переглядів 67Рік тому
Ansible FAQ's 1 #ansible #ansibletutorial #youtubeshorts #devops
What is Ansible Playbook | How to Execute Ansible Playbook | Sample Ansible Playbook with Example
Переглядів 148Рік тому
What is Ansible Playbook | How to Execute Ansible Playbook | Sample Ansible Playbook with Example
Ansible Ad-Hoc Commands || Ansible Modules || Ansible Ad-hoc Commands with Examples | ansible-doc -l
Переглядів 281Рік тому
Ansible Ad-Hoc Commands || Ansible Modules || Ansible Ad-hoc Commands with Examples | ansible-doc -l
Nexus Artifact Data Migration from one server to another server | Nexus3 Artifacts Data Migration
Переглядів 1,7 тис.Рік тому
Nexus Artifact Data Migration from one server to another server | Nexus3 Artifacts Data Migration
How to Install & Configuration Ansible on AWS Amazon Linux 2| Ansible basics | Password Less Setup
Переглядів 4,6 тис.Рік тому
How to Install & Configuration Ansible on AWS Amazon Linux 2| Ansible basics | Password Less Setup
What is Ansible | How Ansible Works | How to install Ansible on Ubuntu EC2 | Password less Setup
Переглядів 2,2 тис.Рік тому
What is Ansible | How Ansible Works | How to install Ansible on Ubuntu EC2 | Password less Setup
Jenkins CLI | Create, Build and Delete Job Using Jenkins CLI Commands with Authentication
Переглядів 682Рік тому
Jenkins CLI | Create, Build and Delete Job Using Jenkins CLI Commands with Authentication
Jenkins Migration | Job Config History Plugin | ThinBackup | Audit Trail | Role-based Authorization
Переглядів 1,5 тис.Рік тому
Jenkins Migration | Job Config History Plugin | ThinBackup | Audit Trail | Role-based Authorization
Jenkins Master Slave Configuration || Jenkins Docker Container as a Build Agent || Master Slave
Переглядів 2,3 тис.Рік тому
Jenkins Master Slave Configuration || Jenkins Docker Container as a Build Agent || Master Slave
Jenkins Build Job Triggers || What are options for trigger the Jenkins Job || Build Periodically
Переглядів 660Рік тому
Jenkins Build Job Triggers || What are options for trigger the Jenkins Job || Build Periodically
How to Configure Email Notification in Jenkins || Jenkins Gmail Configuration and Notifications
Переглядів 9 тис.Рік тому
How to Configure Email Notification in Jenkins || Jenkins Gmail Configuration and Notifications
Jenkins Custom Logo || How to Setup Custom UI Theme for Jenkins || Jenkins Themes and Logo Change
Переглядів 1 тис.Рік тому
Jenkins Custom Logo || How to Setup Custom UI Theme for Jenkins || Jenkins Themes and Logo Change

КОМЕНТАРІ

  • @nandhureddythippareddy9201
    @nandhureddythippareddy9201 5 днів тому

    Terraform state file got deleted. When we do terraform apply it will create new resources right and also create State file at that time if resources are present in aws console it will be conflict correct.?

  • @DJ-gh5lb
    @DJ-gh5lb 10 днів тому

    hi how are you , your videos are awesome . but you need show how to install ansible and phython in server . I can install phython but i cant able to install ansible . could you please help on this ?

  • @SrinivasAoola
    @SrinivasAoola 24 дні тому

    Hi sir, I have tried ssh-copy-id getting below error.how to resolve. Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

  • @sivasudarsan2373
    @sivasudarsan2373 Місяць тому

    there was no discussion about the ImagePullSecrets which is crucial part for pulling the CAS image

  • @rahulpandeet250
    @rahulpandeet250 Місяць тому

    Sir, where can we get that source code now ? Your links says not active.

  • @Leobatchops
    @Leobatchops Місяць тому

    How to reconfigure existing pipeline to DSL pipeline

  • @mf0607
    @mf0607 Місяць тому

    Create NAT Gateways 7:55 - 8:33

  • @bharatkadam5769
    @bharatkadam5769 Місяць тому

    bro you are giving wounderful contents keep going on

  • @sagarborse7
    @sagarborse7 2 місяці тому

    it helped. Thanks

  • @anand-nb4bb
    @anand-nb4bb 2 місяці тому

    Hi Bro, I have a query. Can I create a directory inside a linux VM in google cloud & access it via the public IP ? Can you please help its a request I am not talking about google bucket. just a folder in linux vm which I need to access via the public IP of the VM Thanks & regards,

  • @ravindraravi7435
    @ravindraravi7435 2 місяці тому

    Hi Reddy, Thank you for making this video, it is very useful. I have only one doubte as you mention do we need to associate both public and private subnet with main route table considering it is public route table.?

  • @noduck123
    @noduck123 2 місяці тому

    How to copy same Jenkins server into another server with all LDP, AD user , login ?

  • @veeranjaneyuluvelpula5229
    @veeranjaneyuluvelpula5229 2 місяці тому

    Which deployement strategy we have to use?

  • @ibrahimsalah1436
    @ibrahimsalah1436 3 місяці тому

    Thanks a lot for the video but it will be very helpful to see how to authnticate Linux or netwoork devices wtih Ketcloack

  • @guddytech1454
    @guddytech1454 3 місяці тому

    Thanks man. This was really insightful

  • @deepaknaresh1617
    @deepaknaresh1617 3 місяці тому

    How to use company email. How do i know port number

  • @CelebCruize
    @CelebCruize 3 місяці тому

    please share you linkedin url. THANK YOU SIR. this video helped me so solve 3 problem of sleepless night

  • @mrjacksparrow8942
    @mrjacksparrow8942 3 місяці тому

    can you make a video to setup sonar on ubuntu 22

  • @kabirghanchi9669
    @kabirghanchi9669 3 місяці тому

    Thank you very much sir👍👍, your video helped me with ssh config and now all the things working perfect!!

  • @hemjal100
    @hemjal100 4 місяці тому

    ssh-copy-id doesn't work as expected. It shows public key error. I solved the problem by manually copy the public key from server to the node1 and then ssh from server to node. Any insight why it is not working in your way? thanks

  • @umanggarg3712
    @umanggarg3712 4 місяці тому

    Can we get source code to practice

  • @hangoutbuddy
    @hangoutbuddy 4 місяці тому

    Nice session ❤

    • @bcreddydevops7289
      @bcreddydevops7289 4 місяці тому

      Thank you

    • @hangoutbuddy
      @hangoutbuddy 4 місяці тому

      @@bcreddydevops7289 can you please upload more videos on GitHub actions? Its widely asked tech nowadays and resources are very few.

  • @eliebeyla675
    @eliebeyla675 5 місяців тому

    Thank you very much. very helpful video

  • @tiagogalvao6780
    @tiagogalvao6780 5 місяців тому

    To use Keycloak, you don't just have to install docker image?

  • @santoshgangal5398
    @santoshgangal5398 5 місяців тому

    After adding the ansible ALL=(ALL:ALL) NOPASSWD:ALL CTRL+X is not working how to come out of this error

  • @vinitpandey4424
    @vinitpandey4424 5 місяців тому

    Wastage of time. Don't watch this useless and disgusting video

  • @visheshmahale790
    @visheshmahale790 5 місяців тому

    Hello, Thank you for explaining this concept. I have one question like, does it mean that the keyclock portal is exposed to the outside world and anyone who has the URL and your admin password will be able to login inside the keycloak portal and will be able to delete your clients, groups and users. Is my understanding correct or am I thinking in the wrong direction?

  • @HyperGaming-re9ef
    @HyperGaming-re9ef 5 місяців тому

    hello i want to migrate data from Nexus Repository Manager OSS 2.14.20-02 to Sonatype Nexus RepositoryOSS 3.66.0-02, can you please help me

    • @himmika1
      @himmika1 5 місяців тому

      Hello can you please reply , if it is possible.

  • @ramana7320
    @ramana7320 5 місяців тому

    HTTPS required error page

  • @farazmuhamed
    @farazmuhamed 5 місяців тому

    At the end, In terminal after if press ctrl+c for coming out then the keycloak stops working at the browser... How to solve this

  • @iamsreejuks
    @iamsreejuks 6 місяців тому

    Thankyou sir

  • @srujanareddy631
    @srujanareddy631 6 місяців тому

    😊

  • @himagiribandi
    @himagiribandi 6 місяців тому

    Hi sir how can i cantact u sir reply to me sir

  • @ajitharumugam8797
    @ajitharumugam8797 6 місяців тому

    Thanks for the video, it worked❤

  • @ranjitr6247
    @ranjitr6247 6 місяців тому

    hello Reddy , Ranjit here , you thought awesome, I am an devops student, should I connect you and how to guide me

  • @Platformsase
    @Platformsase 6 місяців тому

    One of the best video. thank you very much Reddy.

  • @jaychaudhari5364
    @jaychaudhari5364 7 місяців тому

    Hello sir on the console it says email sent successfully to the correct email id but not getting any emails for builds

    • @bcreddydevops7289
      @bcreddydevops7289 7 місяців тому

      please check your mail server configuration and jenkins post build actions you have configure send email so that you will get build mails

  • @creazyengineer8080
    @creazyengineer8080 7 місяців тому

    copy key not working showing permission denied..

  • @tisighelivinstone1737
    @tisighelivinstone1737 7 місяців тому

    The video is really helpful and straights to the point. However, I encountered the following error when running the server in production mode (./kc.sh start). ```bash 2024-01-26 05:41:26,398 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start server in (production) mode 2024-01-26 05:41:26,399 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to obtain JDBC connection 2024-01-26 05:41:26,400 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Acquisition timeout while waiting for new connection ```

    • @Platformsase
      @Platformsase 6 місяців тому

      i too got the same error. later i identified a typo in the key name in conf file. correct it and then it started working. if you are doing exactly the same in video, it will surely work.

  • @mallikarjunrao6658
    @mallikarjunrao6658 7 місяців тому

    Good Video.

  • @Indian-mw7gb
    @Indian-mw7gb 7 місяців тому

    Please provide password policy configuration steps for ubuntu 22.04

  • @aravindaedirisinghe9853
    @aravindaedirisinghe9853 8 місяців тому

    Thank you

  • @rajbasar9644
    @rajbasar9644 8 місяців тому

    Hi We dont know to make uncomment plz metion the method , plz dont mine

    • @vaishnavmohan5066
      @vaishnavmohan5066 8 місяців тому

      Uncomment by removing '#' in the starting of the mentioned line.

  • @user-qs9em6vf4w
    @user-qs9em6vf4w 8 місяців тому

    it was a great tutorial

  • @rakeshpattipati
    @rakeshpattipati 8 місяців тому

    Bro another question How can we use Postgres sql with keycloak

    • @bcreddydevops7289
      @bcreddydevops7289 8 місяців тому

      you have to install postgres sql on same server and provide the details in keycloak configuration file

  • @rakeshpattipati
    @rakeshpattipati 8 місяців тому

    Bro Really your video is helpful But one problem bro when i click on admin console it is just loading and i've tried increasing machine resource can you please help me out what can i do on this situation

    • @bcreddydevops7289
      @bcreddydevops7289 8 місяців тому

      Hi Rakesh, please check java version supported to keycloak version are not and also before start the keycloak set the environment variables.

    • @rakeshpattipati
      @rakeshpattipati 8 місяців тому

      @@bcreddydevops7289 issue resolved bro I’ve set hostname ip address and trying to access with domain After changing hostname to domain It started working

  • @kingmaker-zs8dz
    @kingmaker-zs8dz 8 місяців тому

    my config file is missing everytime in Ansible version and after that I am unable to do anything

    • @bcreddydevops7289
      @bcreddydevops7289 8 місяців тому

      by default config file will be /etc/ansible

    • @ArunKumar-pf4wg
      @ArunKumar-pf4wg 5 місяців тому

      Hello I’m also facing same issue but I couldn’t able to find it after I run the command. Can you please help me out this.

  • @naren06938
    @naren06938 9 місяців тому

    Excellent Sir

  • @tamminameghana8014
    @tamminameghana8014 9 місяців тому

    Thank you for this video sir

  • @aarontot3915
    @aarontot3915 10 місяців тому

    Good work.