Misharov Pro

  • Home
  • About
  • Blogroll
  • Archive
  • Tags
  • Home
  • Tags
  • openshift
  • Building and deploying static websites using Openshift, S2I and Gitlab CI

    May 23, 2021
     · 13 min read
    Using Gitlab CI, Openshift and S2I technologies you can create a pipeline for building and deploying static websites.
  • OAuth in OpenShift

    December 19, 2020
     · 3 min read
    Applications provisioned in OpenShift can use its OAuth authentication mechanism for granting access. This is very useful feature because all applications running on OpenShift will have consistent behavior. But there might be some caveats if you don't understand fully how OAuth works.
  • Triggering Kubernetes resources in OpenShift

    October 09, 2020
     · 1 min read
    When I was starting to familiarize with OpenShift 3 I loved its builtin continous delivery mechanism. Using webhooks and triggers you can easily deploy your code from Github, GitLab or Bitbucket. In OpenShift 4 more Kubernetes resources have been added and they don't have triggers support. Is there a way to enable it?
  • Gitlab runner in Openshift

    May 08, 2020
     · 2 min read
    I'm pretty sure most of you familiar with Gitlab. It has a lot of features and nowadays it looks a bit bloated but one thing I really love in this tool. It's Gitlab CI. One of the coolest thing there is it can run jobs on many platforms including virtual machines, Docker containers and Kubernetes.
Powered by Pelican & Papyrus