Building an Application Platform with Kubernetes!

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 25

  • @Az9rtt
    @Az9rtt 2 года назад +1

    Awesome. Will it also include something like argocd to handle dev, staging and prod environments for apps?

    • @DevOpsDirective
      @DevOpsDirective  2 года назад +2

      Yes, absolutely!
      TBD exactly which toolchain I will use, but I think the real value will be in showing how to evaluate all of the options and figure out how to fit it into a cohesive system!

  • @cranebird1467
    @cranebird1467 2 года назад

    Thank you!

  • @Phoony17
    @Phoony17 2 года назад

    Hi, on our company we started using kubernetes for one web app and it seems a bit overkill but we also wanted to learn the platform, while I managed to deploy and implement CI/CD I can't seem to find any monitoring like requests per second, and I'm also interested to know if it makes sense to deploy scripts (not web apps) in kubernetes. Looking forward for the next videos to see if I can understand things better, thanks

    • @DevOpsDirective
      @DevOpsDirective  2 года назад +1

      Yeah, for a single application/service kubernetes brings a lot of overhead! That's good you were able to get it running, though!
      In order to track something like requests/second, there are a couple of options. If you are using a service mesh, that can provide metrics like that which you can then access in whatever monitoring tool you are using. You also could expose those types of metrics from your application via a /metrics endpoint and view those in your monitoring tool.
      Scripts can be run in Kubernetes! (usually as Jobs or Cronjobs). Because of the effort required to bundle/configure something to run in k8s, is probably only makes sense to do so for things that you will run repeatedly (or if you have a bunch of things that you can share similar tooling/configs for to make them easier to manage).

    • @Phoony17
      @Phoony17 2 года назад

      @@DevOpsDirective Awesome thanks for the reply, I'll be waiting for the next videos cheers

  • @swagatochatterjee7104
    @swagatochatterjee7104 2 года назад

    Hi, will there be Automated IaC provisioning mechanism present? i.e. something like automated crossplane based cache, db and network setup before the deployment from CD even starts.

    • @DevOpsDirective
      @DevOpsDirective  2 года назад +1

      Yes! I haven't decided on the exact toolchain, but I will certainly be using an IaC tool to provision all of the cloud resources (VPC, IAM, Clusters, DBaaS, etc...)

    • @swagatochatterjee7104
      @swagatochatterjee7104 2 года назад

      @@DevOpsDirective thanks will be waiting for the part. I am so torn whether this should be part of CD, and how to do gitops on this etc.

    • @swagatochatterjee7104
      @swagatochatterjee7104 Год назад

      @@DevOpsDirective any updates on this project?

  • @seandenny6430
    @seandenny6430 2 года назад

    Waiting

  • @hazemsoussi5309
    @hazemsoussi5309 Год назад

    That's really great , keep on

  • @Zimi485
    @Zimi485 2 года назад

    What about cf-for-k8s?

    • @DevOpsDirective
      @DevOpsDirective  2 года назад

      I haven't looked at it in depth. Is it essentially a self managed PaaS you deploy into a k8s cluster?

    • @Zimi485
      @Zimi485 2 года назад

      @@DevOpsDirective yes, basically the whole Cloud Foundry thing setup on k8s, takes about about 20-30 minutes to setup at first

    • @DevOpsDirective
      @DevOpsDirective  2 года назад +1

      Sounds like I'll have to do an episode exploring it! 🤓

  • @themarksmith
    @themarksmith 2 года назад

    Excellent, looking forward to this series!

    • @DevOpsDirective
      @DevOpsDirective  2 года назад +1

      Awesome -- the next video drops tomorrow! (It's about deciding if kubernetes is the right choice for your organization)

    • @themarksmith
      @themarksmith 2 года назад

      @@DevOpsDirective Looking forward to it!

  • @boosurostephen
    @boosurostephen 2 года назад

    that will be a great series.

    • @DevOpsDirective
      @DevOpsDirective  2 года назад +2

      I hope so! I haven't seen anything out there like this yet, so I decided to make it myself! 😀

    • @boosurostephen
      @boosurostephen 2 года назад

      @@DevOpsDirective that's true, these are mostly things that are done in-house by companies and not taught in tutorials so its great to see you break the ice for others to follow. It will help a lot of people.

    • @DevOpsDirective
      @DevOpsDirective  2 года назад +1

      I felt that every company I consult for was building building some variant of this platform so I figured why not showcase how to do it here?!

    • @boosurostephen
      @boosurostephen 2 года назад

      @@DevOpsDirective perfect