Configuring a Persistent Static IP on RHEL/CentOS/AlmaLinux with nmcli
- Best Practices & Patterns, Linux Basics, Networking, Security & Hardening, System Administration
- February 6, 2015
This guide walks through setting up a local Kubernetes cluster, installing Kubeflow, and running an end-to-end ML pipeline (training and serving) with Kubeflow Pipelines and KServe. We’ll use a scikit-learn model example and show commands and sample outputs at each step. All commands are run on a Linux or macOS terminal unless noted otherwise.
READ MOREThis content outlines the integration of GitLab CI/CD with OpenShift for deploying containerized applications. It discusses prerequisites, initial setup, service accounts, CI/CD variables, and pipeline configuration. Security best practices are emphasized to ensure safe deployment processes. An example demonstrates deploying a Node.js app, highlighting continuous delivery benefits.
READ MOREIntroduction to CI/CD and GitHub Actions Continuous Integration and Continuous Delivery (CI/CD) is a DevOps practice that automates the build, test, and deployment of code whenever changes are pushed to a repository. In simple terms, Continuous Integration (CI) means new code changes are automatically tested (and often merged), ensuring that integration issues are caught early, while Continuous
READ MORE