#kubernetes
Read more stories on Hashnode
Articles with this tag
OpenShift Containerization. OpenShift is a containerization platform developed by Red Hat, which is a leading provider of open-source solutions. It...
Red Hat OpenShift Code Ready Containers (CRC) is a tool that allows developers to set up a local, single-node OpenShift cluster on their Windows...
MICROK8S Installation: https://kubernetes.io/blog/2019/11/26/running-kubernetes-locally-on-linux-with-microk8s/ sudo snap install microk8s...
Deployment Yaml File: kubectl apply -f nginx-deployment.yaml Deployment and replicaset status: scaleup deployment:
root@ip-172-31-26-133:/home/ubuntu# vim /etc/hosts root@ip-172-31-26-133:/home/ubuntu# sudo bash root@ip-172-31-26-133:/home/ubuntu# swapoff...
Bash Script Which we run in the backend: Bash File script needs to copy in a Jenkins volume as we defined in Groovy. Jenkins...