Kubernetes vs. OpenShift

Поділитися
Вставка
  • Опубліковано 6 жов 2022
  • Learn more about Kubernetes → ibm.biz/learnhub-kubernetes
    Red Hat OpenShift on IBM Cloud → ibm.biz/OpenShift-on-Cloud
    Check out the IBM Cloud Kubernetes Service → ibm.biz/kubernetes-service
    OpenShift and Kubernetes are the most widely used container orchestration software options available today. Let's take a look at the two solutions and how they relate and differ.
    Get started for free on IBM Cloud → ibm.biz/sign-up-today
    Subscribe to see more videos like this in the future → ibm.biz/subscribe-now
    #kubernetes #containers #OpenShift

КОМЕНТАРІ • 56

  • @sharonchoo
    @sharonchoo Рік тому +15

    "Openshift guards you from running around with scissors" - love it!

  • @OpLapDancePikachu69
    @OpLapDancePikachu69 Рік тому +8

    exactly the video I was looking to see for quite awhile. thank you for this

  • @mateusmchale5856
    @mateusmchale5856 11 місяців тому +2

    Finally an explanation that actually answered my question. Large corporations have certain needs that are streamlined in Openshift.

    • @eiliannoyes5212
      @eiliannoyes5212 11 місяців тому

      What kind of needs are you talking about,specifically?

  • @MENTOKz
    @MENTOKz Рік тому +2

    very good video always wanted to know about Openshift

  • @nnawaff
    @nnawaff Рік тому +1

    this is just amazing qaulity, i love it and Thank you IBM

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

    Thanks this video was very clarifying!

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

    Excellent overview for OpenShift vs Kubernetes .

  • @samuelgarcia178
    @samuelgarcia178 11 місяців тому

    Excellent presentation

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

    thanks a lot a great point of view for Openshift vs K8s.

  • @_thehunter_
    @_thehunter_ Рік тому +10

    long live kubernetes

  • @yifeiren8004
    @yifeiren8004 Рік тому +3

    Kubernetes support external load balancer too, like from AWS GKE and MS Azure.
    Rancher or kubeadmn updates the cluster very easy too.

    • @DavidBerglund
      @DavidBerglund 11 місяців тому +1

      No external load balancer out of the box with Kubernetes. LoadBalancer services will be stuck in Pending forever. OpenShift doesn't bundle this either to my knowledge. I think VMWare Tanzu Kubernetes Grid bundles something for this but not sure what. Metallb is a great solution that I have used for years and it's easy to install on any k8s cluster.

  • @toenytv7946
    @toenytv7946 Рік тому

    Excellent explanation sounds like something for Watson? Lol great videos folks.

  • @chillary8372
    @chillary8372 Рік тому +1

    S2I if I understand correctly is github actions - but you get charged for it?

  • @lukasdolezal8245
    @lukasdolezal8245 Рік тому +6

    You can do all the openshift features in kubernetes with few additional operators. Only potentially killer feature for OS is multicluster.

    • @yifeiren8004
      @yifeiren8004 Рік тому +1

      You can do that too, with cilium cluster mesh and rancher

    • @bladerhenry2561
      @bladerhenry2561 Рік тому +2

      I agree, almost everything described here is pretty straightforward on Kubernetes also.
      I wouldn't leave development or operations on Openshift to someone who hasn't sufficient knowledge of Kubernetes foundamentals anyway...

    • @eiliannoyes5212
      @eiliannoyes5212 11 місяців тому +1

      @@bladerhenry2561 Wanna be a pilot? Gotta be a mechanic first! :)

  • @PS-xn8ej
    @PS-xn8ej Рік тому +5

    as user of openshift and k8s, problem with openshift was that is soo big, that managing it was harder than using clear k8s

  • @kapilgidwani
    @kapilgidwani Рік тому +15

    S2I can be easlity replaced by standard ways like buildpacks.. Openshift is too costly..

    • @ChiscariAlexandru
      @ChiscariAlexandru Рік тому +2

      you have okd which is free :)

    • @opensourceguy730
      @opensourceguy730 Рік тому +1

      Everything in OpenShift is open source, including s2i. There are also price points for every customer. Community: OKD, Base: OKE, Standard: OpenShift Standard support, and Premium: 24/7/365 support

    • @bankoleogundero9446
      @bankoleogundero9446 Рік тому +1

      The developer can also write a simple Dockerfile to accompany their project.

    • @opensourceguy730
      @opensourceguy730 Рік тому

      @@bankoleogundero9446 That’s true as well, although s2i writes the container file for the developer, which saves the developer time and effort.

  • @onlyy823
    @onlyy823 Рік тому

    Nice👍

  • @gsilva877
    @gsilva877 Рік тому +2

    The Day 2 operations are great, but for developers there are better ci/cd alternatives in the market

    • @opensourceguy730
      @opensourceguy730 Рік тому +2

      OpenShift supports just about everything, and OpenShift’s officially supported/bundled CI/CD tools are Tekton and ArgoCD.

    • @gameboy6159
      @gameboy6159 Рік тому

      For developers S2I and internal container registry are incredible features.

  • @earthling_parth
    @earthling_parth Рік тому +2

    OpenShift is amazing!

    • @simphiwendebele1531
      @simphiwendebele1531 Рік тому

      U know alot about openshift?

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

      he knows nothing, just a single sentence without any arguments @@simphiwendebele1531

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

    I have the exact same handwriting as this gentleman.

  • @manikantamaddipati1090
    @manikantamaddipati1090 Рік тому

    Cool

  • @GrischaEkart
    @GrischaEkart Рік тому +1

    Sorry guys, independent of what one might think about OpenShift, the claims of what is hard in vanilla Kubernetes are plain wrong. Good selling points for the overwhelmed CTO, though.

  • @joydeb3885
    @joydeb3885 Рік тому

    Are these "guardrails" hard rules?? If so then it limits flexibility of deployment.

    • @earthling_parth
      @earthling_parth Рік тому +3

      We are running two OpenShift clusters. Those guardrails are the best common practices I've seen for a containerized environment. I would highly recommend it ♥️

  • @yifeiren8004
    @yifeiren8004 Рік тому +2

    Better go with rancher and RKE2, you have more features than this and they are free!

  • @RadhouaneANIBA
    @RadhouaneANIBA Рік тому +4

    You’re outlining writing a Dockerfile as a pain point here, really ? I don’t think you sold s2i to anybody here, all developers nowadays write for containers as the new standard, am not sure where the problem in what you describes until min 3:00

    • @RadhouaneANIBA
      @RadhouaneANIBA Рік тому +1

      Multicloud management is a feature though. Thanks for sharing

  • @DavidBerglund
    @DavidBerglund 11 місяців тому

    Why doesn't OpenShift come with LoadBalancer support? Services of type LoadBalancer are stuck in Pending state forever. Should paying customers really have to install projects like Metallb themselves and manage the lifecycle on their own?

  • @DavidBerglund
    @DavidBerglund 11 місяців тому

    I don't see the benefit of OpenShift on public clouds if you don't have a very large set of clusters to manager and you already run OpenShift in a private cluster and you're looking to streamline.
    Where OpenShift is a contender is where you need to run clusters on prem and especially if you don't already have a team of kubernetes experts in place. But IMO Red Hat should offer more out of the box to really stand out amongst the many alternatives. VMWare Tanzu doesn't look really mature yet and I don't think they have a huge uptake (I could be wrong) but I think they're heading in the right direction, especially in terms of CI/CD.
    Rancher is very interesting as well and have come a long way since they're humble beginnings.

    • @ahmadalwazzan384
      @ahmadalwazzan384 11 місяців тому +1

      We are running Tanzu in production. It's a complete shit show! main thing for enterprise is support. If Red Hat can provide good support, then it's a good sell!

    • @eiliannoyes5212
      @eiliannoyes5212 11 місяців тому

      @@ahmadalwazzan384 Why is it like that?

  • @viorelanghel5532
    @viorelanghel5532 Рік тому +1

    Kubernetes vs. how much does it cost?

  • @ece_b_46_mrudulvajpayee20
    @ece_b_46_mrudulvajpayee20 Рік тому

    Great explanation. But how you are able to write reverse 😲

  • @ravneetsingh2448
    @ravneetsingh2448 Рік тому

    Arjun vs Karna, Sugreev vs Bali

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

    Turn your own knobs.

  • @andreykalinin9829
    @andreykalinin9829 Рік тому +5

    OC is a certified Kubernetes. All of other things is only for take your money.

    • @uziboozy4540
      @uziboozy4540 Рік тому +3

      There are far better enterprise Kubernetes platform alternatives to OpenShift 😂
      Platform9
      Elastisys
      Kubermatic
      D2IQ