Author: Dhinesh Kumar

  • Top day to day useful 100 OpenShift v4 OC cli commands:

    Day to Day productivity: Learn OpenShift Basics Please note: You may need to adapt these commands to your specific use case and environment. Youare always requested to refer the Red Hat Official Document for accurate commands. 1. Log in to OpenShift cluster:oc login 2. View your current context:oc config current-context 3. Create a new project:oc…

  • What is Containers?

    What is Container? Containers are a lightweight and efficient method of packaging and running applications and their dependencies. They provide a consistent environment for applications to run in, making it easier to develop, test, and deploy software across different computing environments. Two popular containerization technologies are Docker and Podman. What is Docker:Docker is one of…

  • OpenShift Data Foundation

    OpenShift Data Foundation Overview: OpenShift Data Foundation (ODF) is a data services platform offered by Red Hat, designed to simplify data management for containerized applications in a Kubernetes environment. It provides a comprehensive data storage and management solution, making it easier for developers and operators to handle data-intensive workloads in containerized applications. ODF is typically…