DevOps Topics
DevOps Topics
  • 90
  • 51 037
Kubernetes | Deployments
In this lecture, we learn how to work with deployments in Kubernetes
มุมมอง: 687

วีดีโอ

Kubernetes | ReplicaSets
มุมมอง 606หลายเดือนก่อน
In this lecture, we learn how to work with ReplicaSets in Kubernetes
Kubernetes | Kubernetes architecture
มุมมอง 1.2K2 หลายเดือนก่อน
In this lecture, we learn the architecture of kubernetes
Kubernetes | Deploying pods to Kubernetes
มุมมอง 3523 หลายเดือนก่อน
In this lecture, we learn to deploy pods in Kubernetes 00:00 Write YAML configuration file 04:05 Apply the YAML file using the kubectl create command 05:03 Get the node where the pod is running 05:24 Get more information about the pod 06:02 Delete the pod
Basics of HCL - Terraform [2]
มุมมอง 3283 หลายเดือนก่อน
We will learn in this video the basics of HCL, the hashicorp configuration languge, that we use to write Terraform configuration files 00:00 What is HCL? 01:16 Arguments in HCL 02:08 Blocks in HCL 05:47 Block content #terraform #devops #infrastructureascode
Kubernetes | What are Pods?
มุมมอง 6853 หลายเดือนก่อน
In this lecture, we learn - what are pods? - the differences between pods and containers - how our application can be scaled with Kubernetes? - Pod lifecycle 00:00 Differences between pods and containers 01:02 what are pods? 01:22 Single container per pod VS multi-container pod 01:58 How to scale up or down when working with Kubernetes? 02:44 Pod lifecycle
Kubernetes | YAML Basics
มุมมอง 1.1K3 หลายเดือนก่อน
In this video, we learn the basics of Yaml
Mutable infrastructure VS immutable infrastructure
มุมมอง 1236 หลายเดือนก่อน
Provisioning Infrastructure with Terraform Mutable infrastructure VS immutable infrastructure #terraform #devops #infrastructureascode
Managing resource lifecycle in Terraform - Terraform [16]
มุมมอง 5016 หลายเดือนก่อน
Provisioning Infrastructure with Terraform We are learning the basics of Terraform #terraform #devops #infrastructureascode
Explicit dependencies in Terraform - Terraform [15]
มุมมอง 1296 หลายเดือนก่อน
Provisioning Infrastructure with Terraform We are learning the basics of Terraform #terraform #devops #infrastructureascode
Resource attribute reference - Terraform [14]
มุมมอง 2497 หลายเดือนก่อน
Provisioning Infrastructure with Terraform We are learning the basics of Terraform #terraform #devops #infrastructureascode
Output variables - Terraform [13]
มุมมอง 9498 หลายเดือนก่อน
Output variables - Terraform [13]
Variable definition precedence in Terraform - Terraform [12]
มุมมอง 3788 หลายเดือนก่อน
Variable definition precedence in Terraform - Terraform [12]
More about input variables in Terraform [demo] - Terraform [10]
มุมมอง 2448 หลายเดือนก่อน
More about input variables in Terraform [demo] - Terraform [10]
Complex types in Terraform - Terraform [11]
มุมมอง 5138 หลายเดือนก่อน
Complex types in Terraform - Terraform [11]
More about input variables in Terraform - Terraform [9]
มุมมอง 2988 หลายเดือนก่อน
More about input variables in Terraform - Terraform [9]
Terraform providers [demo] - Terraform [6]
มุมมอง 2678 หลายเดือนก่อน
Terraform providers [demo] - Terraform [6]
What are providers in Terraform? - Terraform [5]
มุมมอง 2698 หลายเดือนก่อน
What are providers in Terraform? - Terraform [5]
Terraform workflow explained - Terraform [1]
มุมมอง 5598 หลายเดือนก่อน
Terraform workflow explained - Terraform [1]
Working with input variables in Terraform - Terraform [8]
มุมมอง 2438 หลายเดือนก่อน
Working with input variables in Terraform - Terraform [8]
Working with multiple providers in Terraform - Terraform [7]
มุมมอง 2488 หลายเดือนก่อน
Working with multiple providers in Terraform - Terraform [7]
Update a resource in terraform - Terraform [4]
มุมมอง 2168 หลายเดือนก่อน
Update a resource in terraform - Terraform [4]
Create resources with Terraform - Terraform [3]
มุมมอง 5008 หลายเดือนก่อน
Create resources with Terraform - Terraform [3]
7. Linux Basics: get help about a command
มุมมอง 1229 หลายเดือนก่อน
7. Linux Basics: get help about a command
6. Linux Basics: Create, move, copy and remove files & directories
มุมมอง 7110 หลายเดือนก่อน
6. Linux Basics: Create, move, copy and remove files & directories
5. Linux Basics: print working directory - list files & directories
มุมมอง 8510 หลายเดือนก่อน
5. Linux Basics: print working directory - list files & directories
4. Linux Basics: Command types - aliases
มุมมอง 12910 หลายเดือนก่อน
4. Linux Basics: Command types - aliases
3. Linux Basics: what is a shell?
มุมมอง 39810 หลายเดือนก่อน
3. Linux Basics: what is a shell?
2. VI Editor - Navigation - editing - searching - file operations
มุมมอง 13610 หลายเดือนก่อน
2. VI Editor - Navigation - editing - searching - file operations
Docker for Absolute Beginners
มุมมอง 61410 หลายเดือนก่อน
Docker for Absolute Beginners

ความคิดเห็น

  • @Badkurdar
    @Badkurdar 12 วันที่ผ่านมา

    Subscribed. Keep it up .

  • @richardwaldron1684
    @richardwaldron1684 26 วันที่ผ่านมา

    As a Terraform newbie I found that to be an excellent explanation, very clear and easy to understand. Thanks for sharing

  • @premierde
    @premierde 3 หลายเดือนก่อน

    How can a conditional operator be used on Provider so that when a flag is true/false it should be used?

    • @devops_topics
      @devops_topics 3 หลายเดือนก่อน

      What i know at this moment is that it is not possible to dynamically configure the providers in terraform

  • @ahmarshe
    @ahmarshe 4 หลายเดือนก่อน

    Very informative!

  • @ahsanamin3818
    @ahsanamin3818 6 หลายเดือนก่อน

    Excellent explanation. keep it up... <3

  • @healthinsurance59
    @healthinsurance59 11 หลายเดือนก่อน

    How to run react app with nginx in k8s i am not able access the application in browser the deployment is working and the service as well but not able to access it

    • @devops_topics
      @devops_topics 11 หลายเดือนก่อน

      did you expose the app using a NodePort service?

    • @healthinsurance59
      @healthinsurance59 11 หลายเดือนก่อน

      yeah did one facing hell of a issue in react deployment in k8s @@devops_topics

  • @naren06938
    @naren06938 11 หลายเดือนก่อน

    Its nice, but my doubt is have u installed kubectl or minikube, without installation, can we run deploy.yml file?

    • @devops_topics
      @devops_topics 11 หลายเดือนก่อน

      Hi, Of course! you have to install minikube to be able to work with Kubernetes locally

  • @0xA
    @0xA ปีที่แล้ว

    Can you demonstrate how to inject these variables at run-time rather than hardcoding the "secrets"? Using a service like Vault, etc.. I get the theory but haven't seen it in practice

  • @sampath-sam
    @sampath-sam ปีที่แล้ว

    Hey this was very interesting. I spent so time to deploy the app on k8s. I did this using GKE and was successful deployed but one queation i have is which IP i should use to test. Tried internal ip and port but does work. Also i described the pod and took IP still doesnt work. Please suggest

  • @cult-ur-fit
    @cult-ur-fit ปีที่แล้ว

    Amount of people Dockerizing development runtimes is scary.

  • @satyamKumar-mr5gc
    @satyamKumar-mr5gc ปีที่แล้ว

    error when creating "my-react.yaml": Deployment in version "v1" cannot be handled as a Deployment: strict decoding error: unknown field "spec.template.metadata.spec" i got this error

    • @prajwalrshetty5800
      @prajwalrshetty5800 ปีที่แล้ว

      check for the apiVersion of deployment it should be apps/v1 and the container spec syntax is not proper.

  • @shuaibabdulla
    @shuaibabdulla 2 ปีที่แล้ว

    Is there any git url for the same

  • @RzOmar
    @RzOmar 2 ปีที่แล้ว

    really helped me, thanks a lot

  • @awsservices8144
    @awsservices8144 3 ปีที่แล้ว

    Plzz help me Wissem . Thanks

  • @awsservices8144
    @awsservices8144 3 ปีที่แล้ว

    every time we run and build an image i need New version of tag in ACR. how is that possible can u tell me the command to execute that.

  • @meapp173
    @meapp173 3 ปีที่แล้ว

    非常棒的視頻教學,是我看過django restframework 最清楚的教學流程,感謝您!

  • @__nagss
    @__nagss 3 ปีที่แล้ว

    Thank you,,,,very helpful video...... Keep it up brother

  • @akramnarejo6221
    @akramnarejo6221 3 ปีที่แล้ว

    just a mic issue otherwise it's the best tuts on drf so far. please make more content.

    • @akramnarejo6221
      @akramnarejo6221 3 ปีที่แล้ว

      wiseem you have done a great job really, the way you have shown the different versions of code for gettings the same task, just loved it. thanks bro. make more content.

  • @wailinfo8824
    @wailinfo8824 3 ปีที่แล้ว

    بالتوفيق

  • @RJ-zm3qk
    @RJ-zm3qk 3 ปีที่แล้ว

    just a thought: typed text is easier to read. Anyway, keep up the good work!

  • @alexd7466
    @alexd7466 3 ปีที่แล้ว

    should have used a better microphone