<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CentOS on DevOpsTales</title>
    <link>https://devopstales.github.io/tags/centos/</link>
    <description>Recent content in CentOS on DevOpsTales</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 08 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://devopstales.github.io/tags/centos/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Certificate Rotation</title>
      <link>https://devopstales.github.io/kubernetes/k8s-cert/</link>
      <pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-cert/</guid>
      <description>In this post I will show you how you can rotate your Kubernetes Engine Certificates.
</description>
      <enclosure url="https://devopstales.github.io/img/cert.webp" length="1986" type="image/png" />
    </item>
    
    <item>
      <title>Best Practices for Keeping Kubernetes Clusters Secure</title>
      <link>https://devopstales.github.io/kubernetes/k8s-security/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-security/</guid>
      <description>Kubernetes offers rich configuration options, but defaults are usually the least secure. Most sysadmins don&rsquo;t know how to secure a Kubernetes cluster. So this is my Best Practice list for keeping Kubernetes Clusters Secure.
</description>
      <enclosure url="https://devopstales.github.io/img/k8ssec.webp" length="8784" type="image/png" />
    </item>
    
    <item>
      <title>Kubernetes Secure Install</title>
      <link>https://devopstales.github.io/kubernetes/k8s-secure-install/</link>
      <pubDate>Sat, 20 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-secure-install/</guid>
      <description>In this post I will show you how to install a Kubernetes cluster in a secure way with.
</description>
      <enclosure url="https://devopstales.github.io/img/k8ssec.webp" length="8784" type="image/png" />
    </item>
    
    <item>
      <title>Install kubernetes with kubeadm and enable swap</title>
      <link>https://devopstales.github.io/kubernetes/k8s-install-with-swap/</link>
      <pubDate>Fri, 22 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-install-with-swap/</guid>
      <description>Kubeadm is a tool that helps you bootstrap a simple Kubernetes cluster and simplifies the deployment process. In this post I will use kubeadm to install swap enabled kubernetes.
</description>
      <enclosure url="https://devopstales.github.io/img/kubernetes.webp" length="26282" type="image/png" />
    </item>
    
    <item>
      <title>Wazuh SIEM Authentication</title>
      <link>https://devopstales.github.io/linux/wazuh-authentication/</link>
      <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/wazuh-authentication/</guid>
      <description>In this post I will show you how to configure LDAP Authentication in a Wazuh Open Source SIEM solution.
</description>
      <enclosure url="https://devopstales.github.io//img/wazuh.webp" length="3636" type="image/png" />
    </item>
    
    <item>
      <title>Install Wazuh SIEM</title>
      <link>https://devopstales.github.io/linux/wazuh-siem/</link>
      <pubDate>Fri, 01 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/wazuh-siem/</guid>
      <description>In this post I will show you how to install and configure the Wazuh Open Source SIEM solution.
</description>
      <enclosure url="https://devopstales.github.io//img/wazuh.webp" length="3636" type="image/png" />
    </item>
    
    <item>
      <title>Analyzing PFsense logs in Graylog5</title>
      <link>https://devopstales.github.io/linux/graylog5-pfsense/</link>
      <pubDate>Tue, 20 Dec 2022 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/graylog5-pfsense/</guid>
      <description>We will parse the log records generated by the PfSense Firewall. We already have our graylog server running and we will start preparing the terrain to capture those logs records.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>Install Graylog5</title>
      <link>https://devopstales.github.io/linux/graylog5-install/</link>
      <pubDate>Mon, 19 Dec 2022 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/graylog5-install/</guid>
      <description>Graylog is defined in terms of log management platform for collecting, indexing, and analyzing both structured and unstructured data from almost any source.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>Kubernetes Pod Security Admission</title>
      <link>https://devopstales.github.io/kubernetes/k8s-ps/</link>
      <pubDate>Tue, 23 Aug 2022 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-ps/</guid>
      <description>With the release of Kubernetes v1.25, Pod Security Admission has now entered to stable and PodSecurityPolicy is removed. In this article, we cover the key concepts of Pod Security Admission along with how to use it.
</description>
      <enclosure url="https://devopstales.github.io/img/k8ssec.webp" length="8784" type="image/png" />
    </item>
    
    <item>
      <title>Install kubernetes with kubeadm V2</title>
      <link>https://devopstales.github.io/kubernetes/k8s-install-containerd-v2/</link>
      <pubDate>Mon, 02 May 2022 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-install-containerd-v2/</guid>
      <description>Kubeadm is a tool that helps you bootstrap a simple Kubernetes cluster and simplifies the deployment process.
</description>
      <enclosure url="https://devopstales.github.io/img/kubernetes.webp" length="26282" type="image/png" />
    </item>
    
    <item>
      <title>RKE2 Image security Admission Controller V3</title>
      <link>https://devopstales.github.io/kubernetes/image-security-admission-controller-v3/</link>
      <pubDate>Mon, 21 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/image-security-admission-controller-v3/</guid>
      <description>In a previous posts we talked about the anchore-image-validator made by Banzaicloud and the admission-controller made by Anchore. In this post I will show you my own admission-controller for image scanning.
</description>
      <enclosure url="https://devopstales.github.io/img/trivy.webp" length="8154" type="image/png" />
    </item>
    
    <item>
      <title>Continuous Image Security</title>
      <link>https://devopstales.github.io/kubernetes/continuous-image-security/</link>
      <pubDate>Tue, 15 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/continuous-image-security/</guid>
      <description>In this post I will show you my tool to Continuously scann deployed images in your Kubernetes cluster.
</description>
      <enclosure url="https://devopstales.github.io/img/trivy.webp" length="8154" type="image/png" />
    </item>
    
    <item>
      <title>K8S Logging And Monitoring</title>
      <link>https://devopstales.github.io/kubernetes/k8s-prometheus-stack/</link>
      <pubDate>Tue, 15 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-prometheus-stack/</guid>
      <description>In this tutorial I will show you how to install a prometheus operator to monotor kubernetes and loki to gether logs.
</description>
      <enclosure url="https://devopstales.github.io/img/prometheus.webp" length="3398" type="image/png" />
    </item>
    
    <item>
      <title>RKE2 Install With Calico</title>
      <link>https://devopstales.github.io/kubernetes/rke2-calico/</link>
      <pubDate>Tue, 25 May 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/rke2-calico/</guid>
      <description>In this post I will show you how you can install a RKE2 with Calico and encripted VXLAN.
</description>
      <enclosure url="https://devopstales.github.io/img/calico.webp" length="15590" type="image/png" />
    </item>
    
    <item>
      <title>RKE2 Install With cilium</title>
      <link>https://devopstales.github.io/kubernetes/rke2-cilium/</link>
      <pubDate>Mon, 24 May 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/rke2-cilium/</guid>
      <description>In this post I will show you how you can install a RKE2 with cilium and encripted VXLAN.
</description>
      <enclosure url="https://devopstales.github.io/img/cilium.webp" length="10382" type="image/png" />
    </item>
    
    <item>
      <title>Secure k3s with gVisor</title>
      <link>https://devopstales.github.io/kubernetes/k3s-gvisor/</link>
      <pubDate>Fri, 30 Apr 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k3s-gvisor/</guid>
      <description>In this post I will show you how you can secure k3s with gVisor.
</description>
      <enclosure url="https://devopstales.github.io/img/gvisor.webp" length="5980" type="image/png" />
    </item>
    
    <item>
      <title>Kubernetes and Vault integration</title>
      <link>https://devopstales.github.io/kubernetes/k8s-vault/</link>
      <pubDate>Wed, 07 Apr 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-vault/</guid>
      <description>In this post I will show you how you can integrate HashiCorp Vault to Kubernetes easily thanks to Bank-Vaults made by Banzaicloud.
</description>
      <enclosure url="https://devopstales.github.io/img/vault.webp" length="1832" type="image/png" />
    </item>
    
    <item>
      <title>RKE2 Image security Admission Controller V2</title>
      <link>https://devopstales.github.io/kubernetes/image-security-admission-controller-v2/</link>
      <pubDate>Wed, 31 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/image-security-admission-controller-v2/</guid>
      <description>In a previous post we talked about anchore-image-validator made by Banzaicloud. In this post I will show you how I updated that scenario for a real word solution.
</description>
      <enclosure url="https://devopstales.github.io/img/Anchore-K8s.webp" length="9028" type="image/png" />
    </item>
    
    <item>
      <title>Sending syslog via Kafka into Graylog</title>
      <link>https://devopstales.github.io/linux/graylog_kafka/</link>
      <pubDate>Sat, 20 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/graylog_kafka/</guid>
      <description>Graylog supports Apache Kafka as a transport for various inputs such as GELF, syslog, and Raw/Plaintext inputs. The Kafka topic can be filtered by a regular expression and depending on the input, various additional settings can be configured.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>Analyzing PFsense logs in Graylog4</title>
      <link>https://devopstales.github.io/linux/graylog4-pfsense/</link>
      <pubDate>Mon, 15 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/graylog4-pfsense/</guid>
      <description>We will parse the log records generated by the PfSense Firewall. We already have our graylog server running and we will start preparing the terrain to capture those logs records.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>Install Graylog4</title>
      <link>https://devopstales.github.io/linux/graylog4-install/</link>
      <pubDate>Sun, 14 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/graylog4-install/</guid>
      <description>Graylog is defined in terms of log management platform for collecting, indexing, and analyzing both structured and unstructured data from almost any source.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>Kubernetes Network Policy</title>
      <link>https://devopstales.github.io/kubernetes/k8s-networkpolicy/</link>
      <pubDate>Sun, 10 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-networkpolicy/</guid>
      <description>In this post I will show you how you can use NetworkPolicys in K8S.
</description>
      <enclosure url="https://devopstales.github.io/img/k8ssec.webp" length="8784" type="image/png" />
    </item>
    
    <item>
      <title>RKE2 Image security Admission Controller</title>
      <link>https://devopstales.github.io/kubernetes/image-security-admission-controller/</link>
      <pubDate>Sun, 13 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/image-security-admission-controller/</guid>
      <description>In a previous post we talked about Admission Controllers. In this post I will show you how to use an Admission Controller to test image vulnerabilities.
</description>
      <enclosure url="https://devopstales.github.io/img/Anchore-K8s.webp" length="9028" type="image/png" />
    </item>
    
    <item>
      <title>RKE2 Pod Security Policy</title>
      <link>https://devopstales.github.io/kubernetes/rke2-pod-security-policy/</link>
      <pubDate>Thu, 10 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/rke2-pod-security-policy/</guid>
      <description>In this post I will show you how you can use Pod Security Policys in RKE2.
</description>
      <enclosure url="https://devopstales.github.io/img/rke2.webp" length="7260" type="image/png" />
    </item>
    
    <item>
      <title>Using Admission Controllers</title>
      <link>https://devopstales.github.io/kubernetes/admission-controllers/</link>
      <pubDate>Mon, 07 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/admission-controllers/</guid>
      <description>In this post I will show you how you can use Admission Controllers.
</description>
      <enclosure url="https://devopstales.github.io/img/k8ssec.webp" length="8784" type="image/png" />
    </item>
    
    <item>
      <title>RKE2 The Secure Kubernetes Engine</title>
      <link>https://devopstales.github.io/kubernetes/rke2-airgap-install/</link>
      <pubDate>Wed, 25 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/rke2-airgap-install/</guid>
      <description>In this post I will show you how you can install a secure Kubernetes Engine variant called RKE2 in a Air-Gap environment.
</description>
      <enclosure url="https://devopstales.github.io/img/rke2.webp" length="7260" type="image/png" />
    </item>
    
    <item>
      <title>Configure Kubernetes In-Tree vSphere Cloud Provider</title>
      <link>https://devopstales.github.io/kubernetes/k8s-vmware/</link>
      <pubDate>Wed, 14 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-vmware/</guid>
      <description>In this post I will show you how can you use vmware for persistent storagi on K8S.
</description>
      <enclosure url="https://devopstales.github.io/img/kubernetes.webp" length="26282" type="image/png" />
    </item>
    
    <item>
      <title>Install k8s and calico with eBPF mode</title>
      <link>https://devopstales.github.io/kubernetes/k8s-calico-ebpf/</link>
      <pubDate>Tue, 13 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-calico-ebpf/</guid>
      <description>In this post I will show you how to install kubernetes Without kube-proxy using calico with eBPF mode.
</description>
      <enclosure url="https://devopstales.github.io/img/kubernetes.webp" length="26282" type="image/png" />
    </item>
    
    <item>
      <title>Install k8s with IPVS mode</title>
      <link>https://devopstales.github.io/kubernetes/k8s-ipvs/</link>
      <pubDate>Tue, 13 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-ipvs/</guid>
      <description>In this post I will show you how to install kubernetes with kube-proxy IPVS mode.
</description>
      <enclosure url="https://devopstales.github.io/img/kubernetes.webp" length="26282" type="image/png" />
    </item>
    
    <item>
      <title>How to fix Ansible Service Broker in OpenShift 3.11</title>
      <link>https://devopstales.github.io/kubernetes/how-to-fix-ansible-service-broker-in-openshift-3-11/</link>
      <pubDate>Fri, 10 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/how-to-fix-ansible-service-broker-in-openshift-3-11/</guid>
      <description>Ansible Service Broker in OpenShift 3.11 is broken as it uses wrong docker tag.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>How to fix cluster-monitoring-operator in OpenShift 3.11</title>
      <link>https://devopstales.github.io/kubernetes/how-to-fix-cluster-monitoring-operator-in-openshift-3-11/</link>
      <pubDate>Fri, 10 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/how-to-fix-cluster-monitoring-operator-in-openshift-3-11/</guid>
      <description>Default install use an old image for cluster-monitoring-operator with imagestream false latanci alert problem.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>How to fix registry console UI in OpenShift 3.11</title>
      <link>https://devopstales.github.io/kubernetes/how-to-fix-registry-console-ui-in-openshift-3-11/</link>
      <pubDate>Fri, 10 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/how-to-fix-registry-console-ui-in-openshift-3-11/</guid>
      <description>Registry console UI in OpenShift 3.11 is broken on CentOS as it is not available on Docker Hub.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Install cert-manager to Openshift</title>
      <link>https://devopstales.github.io/kubernetes/openshift-cert-manager/</link>
      <pubDate>Wed, 10 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-cert-manager/</guid>
      <description>cert-manager is a service that automatically creates certificate requests and sign certificate based on annotations. The created certificate will be stored in a secret.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>How to Enable Auto Approval of CSR in Openshift v3.11</title>
      <link>https://devopstales.github.io/kubernetes/openshift-auto-approval-csr/</link>
      <pubDate>Wed, 27 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-auto-approval-csr/</guid>
      <description>Nodes certificates are not Completely redeployed through playbook but through a different mechanism.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Install OpenEBS for Kubernetes</title>
      <link>https://devopstales.github.io/kubernetes/k8s-install-openebs/</link>
      <pubDate>Wed, 20 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-install-openebs/</guid>
      <description>OpenEBS is an open-source project for container-attached and container-native storage on Kubernetes.
</description>
      <enclosure url="https://devopstales.github.io/img/openebs.webp" length="0" type="image/png" />
    </item>
    
    <item>
      <title>Foreman openidc SSO with keycloak</title>
      <link>https://devopstales.github.io/sso/foreman-sso/</link>
      <pubDate>Fri, 15 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/foreman-sso/</guid>
      <description>I this post I will show you how you can configure Foreman to use Keycloak asz an OIDC SSO authentication provider.
</description>
      <enclosure url="https://devopstales.github.io/img/foreman.webp" length="3448" type="image/png" />
    </item>
    
    <item>
      <title>How to create your first Chef Cookbook</title>
      <link>https://devopstales.github.io/linux/chef-first-cookbook/</link>
      <pubDate>Thu, 07 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/chef-first-cookbook/</guid>
      <description>I this post I will show you how you can create a basic chef structure.
</description>
      <enclosure url="https://devopstales.github.io/img/chef.webp" length="15052" type="image/png" />
    </item>
    
    <item>
      <title>Install  Chef server</title>
      <link>https://devopstales.github.io/linux/chef-server-install/</link>
      <pubDate>Thu, 30 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/chef-server-install/</guid>
      <description>Chef is a powerful configuration management utility writy in ruby. This post will help you to setup a chef 13 on CentOS 7
</description>
      <enclosure url="https://devopstales.github.io/img/chef.webp" length="15052" type="image/png" />
    </item>
    
    <item>
      <title>How to install kubernetes with kubeadm in HA mode</title>
      <link>https://devopstales.github.io/kubernetes/k8s-kubeadm-ha/</link>
      <pubDate>Thu, 02 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/k8s-kubeadm-ha/</guid>
      <description>In this post I will show you how to install kubernetes in HA mode with kubeadm, keepaliwed and envoyproxy.
</description>
      <enclosure url="https://devopstales.github.io/img/kubernetes.webp" length="26282" type="image/png" />
    </item>
    
    <item>
      <title>PhotonOS Basics</title>
      <link>https://devopstales.github.io/cloud/photon_basics/</link>
      <pubDate>Wed, 04 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/cloud/photon_basics/</guid>
      <description>Project Photon OS is an open source, minimal Linux container host that is optimized for cloud-native applications, cloud platforms, and VMware infrastructure.
</description>
      <enclosure url="https://devopstales.github.io/img/vmware.webp" length="14404" type="image/png" />
    </item>
    
    <item>
      <title>How to create Vagrant box?</title>
      <link>https://devopstales.github.io/cloud/protonos_vagrant_box/</link>
      <pubDate>Tue, 03 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/cloud/protonos_vagrant_box/</guid>
      <description>In this post I will show you how to create a vagrant box from pothonos ISO.
</description>
      <enclosure url="https://devopstales.github.io/img/vagrant.webp" length="6444" type="image/png" />
    </item>
    
    <item>
      <title>OpenShift 4.2 with Red Hat CodeReady Containers</title>
      <link>https://devopstales.github.io/kubernetes/openshift_4/</link>
      <pubDate>Mon, 02 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift_4/</guid>
      <description>The Red Hat CodeReady Containers enables you to run a minimal OpenShift 4.2 or newer cluster on your local laptop or desktop computer.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>CEPH backup with Benji</title>
      <link>https://devopstales.github.io/linux/ceph_backup_benji/</link>
      <pubDate>Mon, 24 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/ceph_backup_benji/</guid>
      <description>In this article I will show you how to use benji to backup CEPH RBD incrementally.
</description>
      <enclosure url="https://devopstales.github.io/img/ceph.webp" length="10602" type="image/png" />
    </item>
    
    <item>
      <title>Using the NetworkManager’s DNSMasq plugin</title>
      <link>https://devopstales.github.io/linux/networkmanagger-dnsmasq/</link>
      <pubDate>Mon, 24 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/networkmanagger-dnsmasq/</guid>
      <description>Imagine you want to test something in a demo setup with 5 machines. You create the necessary VMs in your local environment – but you cannot address them properly by name. With 5 machines you also need to write down the appropriate IP addresses – that’s hardly practical.
</description>
      <enclosure url="https://devopstales.github.io/img/centos.webp" length="22958" type="image/png" />
    </item>
    
    <item>
      <title>pgBackRest Backup to S3</title>
      <link>https://devopstales.github.io/linux/pgbackrest_backup_to_s3/</link>
      <pubDate>Fri, 21 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/pgbackrest_backup_to_s3/</guid>
      <description>In this article I will show you how to use pgBackRest to backup PostgreSQL servers to S3 buckets.
</description>
      <enclosure url="https://devopstales.github.io/img/postgres.webp" length="14452" type="image/png" />
    </item>
    
    <item>
      <title>pgBackRest Backup server</title>
      <link>https://devopstales.github.io/linux/pgbackrest_backup_server/</link>
      <pubDate>Thu, 20 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/pgbackrest_backup_server/</guid>
      <description>In this article I will show you how to use pgBackRest in a dedicated backup server to backup remote PostgreSQL servers.
</description>
      <enclosure url="https://devopstales.github.io/img/postgres.webp" length="14452" type="image/png" />
    </item>
    
    <item>
      <title>PostgreSQL backup with pgBackRest</title>
      <link>https://devopstales.github.io/linux/postgresql_pgbackrest/</link>
      <pubDate>Wed, 19 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/postgresql_pgbackrest/</guid>
      <description>In this article I will show you how to use pgBackRest as a backup program for PostgreSQL.
</description>
      <enclosure url="https://devopstales.github.io/img/postgres.webp" length="14452" type="image/png" />
    </item>
    
    <item>
      <title>Free sso for Mattermost Teams Edition</title>
      <link>https://devopstales.github.io/sso/mattermost-keycloak-sso/</link>
      <pubDate>Sun, 16 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/mattermost-keycloak-sso/</guid>
      <description>In this article I will show you how to use Keycloak as an authentication provider for Mattermost Teams Edition.
</description>
      <enclosure url="https://devopstales.github.io/img/mattermost.webp" length="10866" type="image/png" />
    </item>
    
    <item>
      <title>PostgreSQL: pg_rewind</title>
      <link>https://devopstales.github.io/linux/postgresql_pg_rewind/</link>
      <pubDate>Wed, 05 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/postgresql_pg_rewind/</guid>
      <description>In this pos I will show you how to perform a rewind on a broken Streamin replication.
</description>
      <enclosure url="https://devopstales.github.io/img/postgres.webp" length="14452" type="image/png" />
    </item>
    
    <item>
      <title>PostgreSQL Streamin replication</title>
      <link>https://devopstales.github.io/linux/postgresql_replication/</link>
      <pubDate>Mon, 03 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/postgresql_replication/</guid>
      <description>In this pos I will show you how to configure Postgresql Streamin replication.
</description>
      <enclosure url="https://devopstales.github.io/img/postgres.webp" length="14452" type="image/png" />
    </item>
    
    <item>
      <title>How to speed up zfs resilver?</title>
      <link>https://devopstales.github.io/linux/speed_up_zfs/</link>
      <pubDate>Sun, 12 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/speed_up_zfs/</guid>
      <description>In this article I will show you how speed up zfs.
</description>
      <enclosure url="https://devopstales.github.io/img/zfs.webp" length="5858" type="image/png" />
    </item>
    
    <item>
      <title>Openshift secondary route</title>
      <link>https://devopstales.github.io/kubernetes/openshift-secondary-router/</link>
      <pubDate>Fri, 20 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-secondary-router/</guid>
      <description>I this tutorial I will show you how to create a secondari router for Openshift.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Configure Rundeck ACL</title>
      <link>https://devopstales.github.io/linux/rundeck-acl/</link>
      <pubDate>Tue, 10 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/rundeck-acl/</guid>
      <description>In this post I will configure access control in Rundeck.
</description>
      <enclosure url="https://devopstales.github.io/img/rundeck.webp" length="5350" type="image/png" />
    </item>
    
    <item>
      <title>Configure Rundeck LADAP</title>
      <link>https://devopstales.github.io/linux/rundeck-ldap/</link>
      <pubDate>Mon, 09 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/rundeck-ldap/</guid>
      <description>In this post I will configure Rundeck to use LDAP as a User backend.
</description>
      <enclosure url="https://devopstales.github.io/img/rundeck.webp" length="5350" type="image/png" />
    </item>
    
    <item>
      <title>Analyzing PFsense squid logs in Graylog</title>
      <link>https://devopstales.github.io/linux/graylog-pfsense-squid/</link>
      <pubDate>Sun, 24 Nov 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/graylog-pfsense-squid/</guid>
      <description>We will parse the access log records generated by PfSense and squid plugin. We already have our graylog server running and we will start preparing the terrain to capture those logs records.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>Ceph: who is mapping a RBD device</title>
      <link>https://devopstales.github.io/kubernetes/who-mapping-rbd-device/</link>
      <pubDate>Sat, 05 Oct 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/who-mapping-rbd-device/</guid>
      <description></description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Install Kubernetes</title>
      <link>https://devopstales.github.io/kubernetes/ansible-k8s-install/</link>
      <pubDate>Thu, 03 Oct 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/ansible-k8s-install/</guid>
      <description>Kubespray is a pre made ansible playbook for Kubernetes installation. In this Post I will show you how to use to install a new Kubernetes cluster.
</description>
      <enclosure url="https://devopstales.github.io/img/kubernetes.webp" length="26282" type="image/png" />
    </item>
    
    <item>
      <title>Openshift: Run docker-compoe in Openshift</title>
      <link>https://devopstales.github.io/kubernetes/openshift-kompose/</link>
      <pubDate>Sun, 08 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-kompose/</guid>
      <description>Kompose is a open source tool that uses docker-compose file to deploy on kubernetes. Openshift is also Kubernetes based and Kompose is support Openshift too.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>How to backup Graylog logs from elasticsearch</title>
      <link>https://devopstales.github.io/linux/elasticsearch-backup/</link>
      <pubDate>Sat, 07 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/elasticsearch-backup/</guid>
      <description>Graylog store the log data in elasticsearch so I will show you how to create and restore snapshot with elasticsearch.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>Install clonedeploy pxeboot server</title>
      <link>https://devopstales.github.io/linux/clonedeploy/</link>
      <pubDate>Wed, 17 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/clonedeploy/</guid>
      <description>I’ll show you how to create network booting (PXE) with clusterdeploy.
</description>
      <enclosure url="https://devopstales.github.io/img/clonedeploy.webp" length="572" type="image/png" />
    </item>
    
    <item>
      <title>Install pxeboot server</title>
      <link>https://devopstales.github.io/linux/pxe1/</link>
      <pubDate>Tue, 16 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/pxe1/</guid>
      <description>Have you ever needed to troubleshoot or diagnose a problematic computer and you forgot where the utility CD is? We’ll show you how to utilize network booting (PXE) to make that problem a thing of the past.
</description>
      <enclosure url="https://devopstales.github.io/img/pxe.webp" length="4254" type="image/png" />
    </item>
    
    <item>
      <title>Analyzing PFsense logs in Graylog3</title>
      <link>https://devopstales.github.io/linux/graylog3-pfsense/</link>
      <pubDate>Thu, 04 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/graylog3-pfsense/</guid>
      <description>We will parse the log records generated by the PfSense Firewall. We already have our graylog server running and we will start preparing the terrain to capture those logs records.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>SSO login to Grafana</title>
      <link>https://devopstales.github.io/sso/grafana-sso/</link>
      <pubDate>Fri, 28 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/grafana-sso/</guid>
      <description>Configurate Gitab to use Keycloak as SSO Identity Proider.
</description>
      <enclosure url="https://devopstales.github.io/img/grafana.webp" length="3698" type="image/png" />
    </item>
    
    <item>
      <title>Openshift: Add Nodes to a Cluster</title>
      <link>https://devopstales.github.io/kubernetes/openshift-add-node/</link>
      <pubDate>Thu, 27 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-add-node/</guid>
      <description>Add Nodes to an existing Cluster.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Install Graylog3</title>
      <link>https://devopstales.github.io/linux/graylog3-install/</link>
      <pubDate>Mon, 24 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/graylog3-install/</guid>
      <description>Graylog is defined in terms of log management platform for collecting, indexing, and analyzing both structured and unstructured data from almost any source.
</description>
      <enclosure url="https://devopstales.github.io/img/graylog.webp" length="8172" type="image/png" />
    </item>
    
    <item>
      <title>Grafana Loki</title>
      <link>https://devopstales.github.io/monitoring/grafana-loki/</link>
      <pubDate>Sat, 22 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/grafana-loki/</guid>
      <description>Loki is a Prometheus-inspired logging service for cloud native infrastructure. It’s similar to well-known ELK stack but more simple use and is intended to be used mostly Kubernetes.
</description>
      <enclosure url="https://devopstales.github.io/img/loki.webp" length="6030" type="image/png" />
    </item>
    
    <item>
      <title>Openshift SSO with Gitlab</title>
      <link>https://devopstales.github.io/sso/openshift-sso2/</link>
      <pubDate>Mon, 17 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/openshift-sso2/</guid>
      <description>Configure Openshift Cluster to use Gitlab as a user backend for login with oauth2 and SSO.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Install Prometheus for Gitlab</title>
      <link>https://devopstales.github.io/monitoring/install-prometheus-for-gitlab/</link>
      <pubDate>Mon, 10 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/install-prometheus-for-gitlab/</guid>
      <description>Prometheus is an open-source monitoring system with a built-in noSQL time-series database. It offers a multi-dimensional data model, a flexible query language, and diverse visualization possibilities. Prometheus collects metrics from http nedpoint. Most service dind’t have this endpoint so you need optional programs that generate additional metrics cald exporters.
</description>
      <enclosure url="https://devopstales.github.io/img/gitlab.webp" length="2678" type="image/png" />
    </item>
    
    <item>
      <title>Install mattermost for Gitlab</title>
      <link>https://devopstales.github.io/linux/install-mattermost-for-gitlab/</link>
      <pubDate>Sun, 09 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/install-mattermost-for-gitlab/</guid>
      <description>Mattermost is an open source on premise alternative of Slack.
</description>
      <enclosure url="https://devopstales.github.io/img/mattermost.webp" length="10866" type="image/png" />
    </item>
    
    <item>
      <title>Gitlab Install</title>
      <link>https://devopstales.github.io/linux/gitlab-install/</link>
      <pubDate>Wed, 05 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/gitlab-install/</guid>
      <description>Install Gitab with custom postgresql and nginx proxy.
</description>
      <enclosure url="https://devopstales.github.io/img/gitlab.webp" length="2678" type="image/png" />
    </item>
    
    <item>
      <title>Sonarqube Install</title>
      <link>https://devopstales.github.io/linux/sonarkube-install/</link>
      <pubDate>Thu, 30 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/sonarkube-install/</guid>
      <description>Sonarqube Repository OSS is an artifact repository with universal support for popular formats.
</description>
      <enclosure url="https://devopstales.github.io/img/sonarqube.webp" length="3500" type="image/png" />
    </item>
    
    <item>
      <title>Openshift Letsencrypt certificates</title>
      <link>https://devopstales.github.io/kubernetes/openshift-letsencrypt/</link>
      <pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-letsencrypt/</guid>
      <description>Thanks to Tomáš Nožička developed openshift-acme as an ACME Controller for OpenShift and Kubernetes clusters. It automatically provision certficates
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Nextcloud SSO</title>
      <link>https://devopstales.github.io/sso/nextcloud-sso/</link>
      <pubDate>Sat, 25 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/nextcloud-sso/</guid>
      <description>Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud application functionally is similar to Dropbox.
</description>
      <enclosure url="https://devopstales.github.io/img/nextcloud.webp" length="7160" type="image/png" />
    </item>
    
    <item>
      <title>Sonatype Nexus SSO</title>
      <link>https://devopstales.github.io/sso/nexus-sso/</link>
      <pubDate>Thu, 23 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/nexus-sso/</guid>
      <description>Nexus Repository OSS is an artifact repository with universal support for popular formats.
</description>
      <enclosure url="https://devopstales.github.io/img/nexus.webp" length="4492" type="image/png" />
    </item>
    
    <item>
      <title>SSO for hashicorp vault</title>
      <link>https://devopstales.github.io/sso/hashicorp-sso/</link>
      <pubDate>Mon, 20 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/hashicorp-sso/</guid>
      <description>In this post I wil shiw you hiw to configure Hashicorp vault with Keycloak for SSO.
</description>
      <enclosure url="https://devopstales.github.io/img/vault.webp" length="1832" type="image/png" />
    </item>
    
    <item>
      <title>Install hashicorp vault</title>
      <link>https://devopstales.github.io/linux/hashicorp-vault/</link>
      <pubDate>Fri, 17 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/hashicorp-vault/</guid>
      <description>Hashicorp vault is a highly scalable, highly available, environment agnostic way to generate, manage, and store secrets.
</description>
      <enclosure url="https://devopstales.github.io/img/vault.webp" length="1832" type="image/png" />
    </item>
    
    <item>
      <title>Rundeck SSO</title>
      <link>https://devopstales.github.io/sso/rundeck-sso/</link>
      <pubDate>Tue, 14 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/rundeck-sso/</guid>
      <description>In this post I will use Preauthenticated Mode for Rundeck with mod_auth_openidc and Keycloak
</description>
      <enclosure url="https://devopstales.github.io/img/rundeck.webp" length="5350" type="image/png" />
    </item>
    
    <item>
      <title>Apaceh2 oauth plugin</title>
      <link>https://devopstales.github.io/sso/mod-auth-openidc/</link>
      <pubDate>Mon, 13 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/mod-auth-openidc/</guid>
      <description>Configure Apache plugin to use Keycloak as a user backend for login with OpenID and SSO.
</description>
      <enclosure url="https://devopstales.github.io/img/keycloak.webp" length="5496" type="image/png" />
    </item>
    
    <item>
      <title>Nagios Cross Platform Agent</title>
      <link>https://devopstales.github.io/monitoring/nagios-ncpa/</link>
      <pubDate>Tue, 07 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/nagios-ncpa/</guid>
      <description>In this article I will show you how to add Remote Linux machine and it’s services to Nagios Monitoring host using NCPA agent.
</description>
      <enclosure url="https://devopstales.github.io/img/nagios.webp" length="4478" type="image/png" />
    </item>
    
    <item>
      <title>Nagios Remote Plugin Executor</title>
      <link>https://devopstales.github.io/monitoring/nagios-nrpe/</link>
      <pubDate>Mon, 06 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/nagios-nrpe/</guid>
      <description>In this article I will show you how to add Remote Linux machine and it’s services to Nagios Monitoring host using NRPE agent.
</description>
      <enclosure url="https://devopstales.github.io/img/nagios.webp" length="4478" type="image/png" />
    </item>
    
    <item>
      <title>Install AWX</title>
      <link>https://devopstales.github.io/linux/awx-install/</link>
      <pubDate>Tue, 30 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/awx-install/</guid>
      <description>AWX is an open source web application that provides a user interface, REST API, and task engine for Ansible.
</description>
      <enclosure url="https://devopstales.github.io/img/awx.webp" length="5786" type="image/png" />
    </item>
    
    <item>
      <title>Install AWX in docker</title>
      <link>https://devopstales.github.io/linux/awx-docker/</link>
      <pubDate>Tue, 30 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/awx-docker/</guid>
      <description>AWX is an open source web application that provides a user interface, REST API, and task engine for Ansible.
</description>
      <enclosure url="https://devopstales.github.io/img/awx.webp" length="5786" type="image/png" />
    </item>
    
    <item>
      <title>Configure spacewalk 2.9</title>
      <link>https://devopstales.github.io/linux/spacewalk-software-channels/</link>
      <pubDate>Mon, 29 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/spacewalk-software-channels/</guid>
      <description>In this post I will show you how to create software channels on spacewalk server.
</description>
      <enclosure url="https://devopstales.github.io/img/spacewalk.webp" length="5516" type="image/png" />
    </item>
    
    <item>
      <title>Install spacewalk 2.9</title>
      <link>https://devopstales.github.io/linux/spacewalk-install/</link>
      <pubDate>Mon, 29 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/spacewalk-install/</guid>
      <description>Spacewalk is an open source Linux systems management solution. Spacewalk is the upstream community project from which the Red Hat Satellite product is derived before Red Hat Satellite Server 6.
</description>
      <enclosure url="https://devopstales.github.io/img/spacewalk.webp" length="5516" type="image/png" />
    </item>
    
    <item>
      <title>Install Centreon on Centos 7</title>
      <link>https://devopstales.github.io/monitoring/centreon-install/</link>
      <pubDate>Sat, 27 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/centreon-install/</guid>
      <description>Centreon is a free Open Source monitoring software which allows an administrator to easily configure alerts based on thresholds, generate email alerts, add systems to be monitored quickly without the need of configuring complicated configuration files.
</description>
      <enclosure url="https://devopstales.github.io/img/centreon.webp" length="11878" type="image/png" />
    </item>
    
    <item>
      <title>Install vMWare Harbor</title>
      <link>https://devopstales.github.io/linux/harbor-install/</link>
      <pubDate>Thu, 18 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/harbor-install/</guid>
      <description>Vmware harbor ia an open source trusted cloud native registry project that stores, signs, and scans content.
</description>
      <enclosure url="https://devopstales.github.io/img/harbor.webp" length="7138" type="image/png" />
    </item>
    
    <item>
      <title>Change Certificates in Openshift</title>
      <link>https://devopstales.github.io/kubernetes/openshift-cert/</link>
      <pubDate>Wed, 17 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-cert/</guid>
      <description>In this post I will show you how can you chnage certificate in Openshift.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Configure Openshift In-Tree vSphere Cloud Provider</title>
      <link>https://devopstales.github.io/kubernetes/openshift-vmware/</link>
      <pubDate>Tue, 16 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-vmware/</guid>
      <description>In this post I will show you how can you use vmware for persistent storagi on Openshift.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Openshift SSO authentication</title>
      <link>https://devopstales.github.io/sso/openshift-sso/</link>
      <pubDate>Sat, 13 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/openshift-sso/</guid>
      <description>Configure Openshift Cluster to use Keycloak as a user backend for login with oauth2 and SSO.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Openshift Ceph RBD for dynamic provisioning</title>
      <link>https://devopstales.github.io/kubernetes/openshift-ceph/</link>
      <pubDate>Fri, 12 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-ceph/</guid>
      <description>In this post I will show you how can you use CEPH RBD for persistent storagi on Openshift.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Openshift LDAP authentication</title>
      <link>https://devopstales.github.io/kubernetes/openshift-ldap/</link>
      <pubDate>Fri, 12 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/openshift-ldap/</guid>
      <description>Configure Openshift Cluster to use LDAP as a user backend for login with Ansible-openshift
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Install Rundeck</title>
      <link>https://devopstales.github.io/linux/rundeck/</link>
      <pubDate>Tue, 09 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/rundeck/</guid>
      <description>Rundeck is open source software that powers self-service operations.
</description>
      <enclosure url="https://devopstales.github.io/img/rundeck.webp" length="5350" type="image/png" />
    </item>
    
    <item>
      <title>OpenProject SSO</title>
      <link>https://devopstales.github.io/sso/openproject-sso/</link>
      <pubDate>Sat, 06 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/openproject-sso/</guid>
      <description>Configurate openproject to use Keycloak as sso Identity Provider.
</description>
      <enclosure url="https://devopstales.github.io/img/openproject.webp" length="2826" type="image/png" />
    </item>
    
    <item>
      <title>SSO login to Gitlab</title>
      <link>https://devopstales.github.io/sso/gitlab-keycloak/</link>
      <pubDate>Sat, 06 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/gitlab-keycloak/</guid>
      <description>Configurate Gitab to use Keycloak as SSO Identity Proider.
</description>
      <enclosure url="https://devopstales.github.io/img/gitlab.webp" length="2678" type="image/png" />
    </item>
    
    <item>
      <title>Install keycloak with mysql</title>
      <link>https://devopstales.github.io/sso/keycloak1/</link>
      <pubDate>Fri, 05 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/keycloak1/</guid>
      <description>Keycloak is an open source identity and access management solution.
</description>
      <enclosure url="https://devopstales.github.io/img/keycloak.webp" length="5496" type="image/png" />
    </item>
    
    <item>
      <title>Install keycloak with postgresql</title>
      <link>https://devopstales.github.io/sso/keycloak2/</link>
      <pubDate>Fri, 05 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/sso/keycloak2/</guid>
      <description>Keycloak is an open source identity and access management solution.
</description>
      <enclosure url="https://devopstales.github.io/img/keycloak.webp" length="5496" type="image/png" />
    </item>
    
    <item>
      <title>Install Openproject</title>
      <link>https://devopstales.github.io/linux/openproject/</link>
      <pubDate>Fri, 05 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/openproject/</guid>
      <description>Openproject is a free and open source, web-based project management and issue tracking tool.
</description>
      <enclosure url="https://devopstales.github.io/img/openproject.webp" length="2826" type="image/png" />
    </item>
    
    <item>
      <title>Install Ceph cluster</title>
      <link>https://devopstales.github.io/linux/install-ceph/</link>
      <pubDate>Tue, 12 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/install-ceph/</guid>
      <description>Ceph is free and open source distributed objectstorage solution. With Ceph we can easily provide and manage block storage, object storage and file storage.
</description>
      <enclosure url="https://devopstales.github.io/img/ceph.webp" length="10602" type="image/png" />
    </item>
    
    <item>
      <title>Install Openshift</title>
      <link>https://devopstales.github.io/kubernetes/ansible-openshift-install/</link>
      <pubDate>Tue, 12 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/ansible-openshift-install/</guid>
      <description>Ansible-openshift is a pre made ansible playbook for Openshift installation. In this Post I will show you how to use to install a new Openshift cluster.
</description>
      <enclosure url="https://devopstales.github.io/img/openshift.webp" length="20976" type="image/png" />
    </item>
    
    <item>
      <title>Use Ceph Block Device</title>
      <link>https://devopstales.github.io/linux/ceph-block-device/</link>
      <pubDate>Tue, 12 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/ceph-block-device/</guid>
      <description>Ceph block devices are thin-provisioned, resizable and store data striped over multiple OSDs in a Ceph cluster. Ceph block devices leverage RADOS capabilities such as snapshotting, replication and consistency. Ceph’s RADOS Block Devices (RBD) interact with OSDs using kernel modules or the librbd library.
</description>
      <enclosure url="https://devopstales.github.io/img/ceph.webp" length="10602" type="image/png" />
    </item>
    
    <item>
      <title>Use Ceph CephFS</title>
      <link>https://devopstales.github.io/linux/ceph-cephfs/</link>
      <pubDate>Tue, 12 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/ceph-cephfs/</guid>
      <description>The Ceph Filesystem (CephFS) is a POSIX-compliant filesystem that uses a Ceph Storage Cluster to store its data. The Ceph filesystem uses the same Ceph Storage Cluster system as Ceph Block Devices, Ceph Object Storage with its S3 and Swift APIs, or native bindings (librados).
</description>
      <enclosure url="https://devopstales.github.io/img/ceph.webp" length="10602" type="image/png" />
    </item>
    
    <item>
      <title>Install Prometheus with Influxdb storage</title>
      <link>https://devopstales.github.io/monitoring/prometheus-influxdb/</link>
      <pubDate>Sat, 02 Feb 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/prometheus-influxdb/</guid>
      <description>Use Influxdb to as storage for Prometheus.
</description>
      <enclosure url="https://devopstales.github.io/img/prometheus.webp" length="3398" type="image/png" />
    </item>
    
    <item>
      <title>Install PostgreSQL</title>
      <link>https://devopstales.github.io/linux/install-postgresql/</link>
      <pubDate>Thu, 10 Jan 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/install-postgresql/</guid>
      <description>In this pos I will show you how to install Postgresql on difrent Linux distributions.
</description>
      <enclosure url="https://devopstales.github.io/img/postgres.webp" length="14452" type="image/png" />
    </item>
    
    <item>
      <title>Install Nemon with Influxdb storage</title>
      <link>https://devopstales.github.io/monitoring/naemon-influxdb/</link>
      <pubDate>Tue, 01 Jan 2019 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/naemon-influxdb/</guid>
      <description>I prefer to use Naemon (a fork of nagos) with Influxdb as a storage for graphical data.
</description>
      <enclosure url="https://devopstales.github.io/img/nagios.webp" length="4478" type="image/png" />
    </item>
    
    <item>
      <title>Install Alertmanagger</title>
      <link>https://devopstales.github.io/monitoring/prometheus-alertmanagger/</link>
      <pubDate>Thu, 18 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/prometheus-alertmanagger/</guid>
      <description>The Alertmanager handles alerts sent by client applications such as the Prometheus server.
</description>
      <enclosure url="https://devopstales.github.io/img/prometheus.webp" length="3398" type="image/png" />
    </item>
    
    <item>
      <title>Install Node-exporter</title>
      <link>https://devopstales.github.io/monitoring/prometheus-node-exporter/</link>
      <pubDate>Wed, 17 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/prometheus-node-exporter/</guid>
      <description>Install node-exporter to provides detailed information about the system, including CPU, disk, and memory usage.
</description>
      <enclosure url="https://devopstales.github.io/img/prometheus.webp" length="3398" type="image/png" />
    </item>
    
    <item>
      <title>Prometheus Install</title>
      <link>https://devopstales.github.io/monitoring/prometheus-install/</link>
      <pubDate>Tue, 21 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/monitoring/prometheus-install/</guid>
      <description>Prometheus is an open-source monitoring system with a built-in noSQL time-series database. It offers a multi-dimensional data model, a flexible query language, and diverse visualization possibilities. Prometheus collects metrics from http nedpoint. Most service dind&rsquo;t have this endpoint so you need optional programs that generate additional metrics cald exporters.
</description>
      <enclosure url="https://devopstales.github.io/img/prometheus.webp" length="3398" type="image/png" />
    </item>
    
  </channel>
</rss>
