Automation With Ansible Tower

I will explain the how can we take an action with using Red Hat Ansible Automation. I will explain this topic with videos. GITHUB LINK: https://github.com/hafifbilgiler/ANSIBLE LIST THE NAMESPACES WITH RED HAT ANSIBLE TOWER CREATE NAMESPACE WITH ANSIBLE TOWER SERVICE STATUS CONTROL WITH ANSIBLE TOWER ON THE LINUX MACHINE RESTART THE ANY SERVICES ON THE … Devamını oku…

How Can We Install One RabbitMQ Instance On Kubernetes Cluster

I will explain the “how can we install the RabbitMQ instance on kubernetes cluster” ın this topic. Step1:Create new namespace on your cluster. Step2:Create new deployment file like below. We will use the below image that has a management console ui. Step3: Create new service yaml file to access the management console and internal communication … Devamını oku…

How We Can Take An Action On The Kubernetes Cluster With Using Ansible

I will explain the, how can we create, delete, restart resource on the kubernetss cluster with using ansible tower. We need the ansible tower, kubernetes cluster and code pushing tool or ide like vscode. Step1: Create new repository on the your github account.Our Repo:https://github.com/hafifbilgiler/ANSIBLE Step2: Create new service account on the kubernetes cluster. And give … Devamını oku…

How Can We Integrate The Nexus With Openshift For Image Registry

I will explain the “how can we integrate the openshift with nexus for image registry” today. For this topic we need the nexus and openshift cluster. And we are accessing the nexus repository with nginx reverse-proxy. Step1:Create new repository on Nexus Application. After above section click the http checkbox and write your port number in … Devamını oku…

IMAGE PUSHING OPENSHIFT INTERNAL IMAGE REGISTRY

I will explain the “how can we image push openshift internal image registry” today. For this topic we need the linux machine that contains the docker and access the openshift cluster. I suppose the we have specific image like “hafifbilgiler/nginx:1.0.0” or something different on your docker image registry. Step1:We must obtain the openshift internal image … Devamını oku…

CREATE NEW REPOSITORY ON NEXUS

I will explain the how can we open the new hosted docker image repository on nexus that’s running on kubernetes cluster. And we will access the repository with service and ingress resources. Step 1: Create the new repository on nexus and set the specific ports to using for image reposiyory. You can find information about … Devamını oku…

ArgoCd Kurulumu Ve GitHub İle Entegrasyonu

ArgoCD Kurulumu ArgoCD Kurulumu için aşağıdaki adımları takip edeceğiz. Adım1:ArgoCD github hesabında bulunan install.yaml dosyasını kullanarak gerekli nesnelerin oluşturulmasını sağlayacağız. Adım2: Yukarıdaki adımdan sonra SelfSigned SSL sertifikası ile birlikte ingress nesnesi oluşturarak ArgoCD UI tarafına erişim sağlayacağız. Burada sistem üzerinde Ingress Controller kurulu olduğu varsayılmıştır. Ayrıca bakınız. Şimdi yukarıdaki adımda oluşturduğumuz key ve crt dosyaları … Devamını oku…

ElasticSearch Installation On Openshift

Installation of elasticsearch and kibana will explain under this topic. Step1:Create new service account and give privileged permission for this service account. We will use this service account in the containers to run specific commands that needs the root permission. And we will use the statefulset for elasticsearch installation. oc adm policy add-scc-to-user privileged system:serviceaccount:<your_namespace_name>:privileged-sa oc … Devamını oku…

Ngınx Ingress Controller Kurulumu

NGINX INGRESS CONTROLLER Bu konu başlığı altında Nginx Ingress Controller hakkında kısa bilgi verilecektir. Kubernetes üzerinde pod içerisinde container olarak çalışan ve istek kabul eden bir uygulamamız var ise bu uygulamaya bazı durumlarda dışarıdan erişmemiz gerekebilir. Böyle durumlarda Ngınx Ingress Controller yardımımıza koşacaktır. Ngınx Ingress Controller ile mevcut ortamlarımızda bulunan servislere Ingress nesnesi ile erişmemiz … Devamını oku…