Working with OpenShift: A set of practical nuggets

Jaydeep Ayachit
1 min readJun 7, 2021

I have been working with Kubernetes and OpenShift since few months now. Even when you go through various education sessions, when it comes to implementation, you will always have unique situations and problems. Every deployment is different and thus requires different ways to solve the problem.

I have documented few things from my experience working with the platforms. I hope you will find these useful. https://github.com/jaydeepva/openshift-resources

To summarize, you can find guidance on following scenarios and usage

  • ansible-operator: A collection of useful code snippets, tips and tricks for building your Ansible operator
  • openshift-ca: This explains how to use OpenShift CA and service serving certificates capabilities to enable mTLS between your services
  • storage: A few examples on how to share storage between containers and how to share storage between containers and external entities
  • security: A set of useful resources for configuring security for your workload
  • scheduling: Few examples on how to schedule/place pods across different nodes based on rules

Note: I originally published this on LinkedIn Working with OpenShift: A set of practical nuggets | LinkedIn

If you like this, please follow me and give a clap.

--

--