title stringlengths 3 110 | content stringlengths 0 77.6k |
|---|---|
ClusterAPI(CAPI) | CAPI: Provides declarative lifecycle management of kubernetes cluster In this, we will cover the basics of how to use clusterAPI to create one or more kubernetes cluster. Common Prerequisit e : Install and setup kubectl in your local environment Install kind and docker Install clusterctl The clusterctl CLI tool handles... |
CAPI Dockerfile//GitHub links | Capi docker-file GitHub: LINK Cluster-api-provider-aws-dockerfile: LINK CAPI GitHub: LINK CAPI-provider-aws-github: LINK CAPI-BYOH(bring your own host)-Dockerfile: LINK |
Dev-Ops Engineer L1/GET/Intern Onboarding Tasks | Skill Sets Required none Section 1. Linux Linux Installation: Install Ubuntu 20.04 and / or CentOS ( Desktop Version ) Configure one of your lab machines to boot to the command-line interface (CLI) using systemd, and reboot to confirm that you were successful. Without rebooting or changing the default settings, start t... |
Cert-Manager on DigitalOcean k8s cluster | Reference : How to Set Up an Nginx Ingress with Cert-Manager on DigitalOcean Kubernetes: LINK Cert-manager-webhook-namecheap : LINK Prerequisites: A kubernetes cluster The external IP that is allocated to the ingress-controller is the IP to which all incoming traffic should be routed. To enable this, add it to a DNS zo... |
Zadara Block Storage performance tests | Prerequisite: Performance.sh script #!/bin/bash WORKDIR=/results NAMESPACE=default POD_NAME=zadara-pod-tc PVC_NAME=zadara-pvc-tc max_loop_start=`echo $max_loop_start` max_loop_end=`echo $max_loop_end` disk_size=`echo $disk_size` kubefile=`ls -lrt /kubeconfig | grep -i "^l" |awk '{print $9 }'` storage_class=`echo $stora... |
Zadara Block Storage nfs_mount | Prerequisite: Create a cm which will be used to connect with your cluster for pod creation and deletion # kubectl create cm -o json storage-performance --from-file=< your kubeconfig file with complete path > Verify the configmap # kubectl get configmap | grep -i storage-performance Have nfs-server up and running map it... |
Backup // Restore Activity v1 April 19 ,2023 | Objective: Backup and Restore activity performed on Rakuten cluster for kube-system and robinio namespaces Cluster Used: Cluster used: uhn7klr36rbms001.rmnkiba.local Prerequisite: Copy the Kg-backup utility on the master node for which the backup-restore activity is to be performed( add the kg-backup binary in the defa... |
Jenkins with PVC storage | provided the dockerfile Build the docker image # docekr iamge build $name -t . Create the pvc.yaml With the updated storage class name in “pvc.yaml” # kubectl apply -f pvc.yaml # kubectl get pvc Make sure it is in bounded state with your managed kubernetes cluster which will create automatically create a pv for the sam... |
Helm local repo creation and hosting | Pre-requisites : 1. Helm installed on your local machine. Should have a Helm chart that you want to include in your local repository. Creating a repository and hosting it locally on the server. Make a repository directory where your chats are present, Name can be change mkdir chartsrepo Every repository have index.yaml... |
Istio Multi primary on different Network | Objective: Deploy Istio service mesh which is a solution for managing the different microservices that make up a cloud-native application. We will deploy Istio Multi-Primary model on different network for NIC Prerequisite: A kubernetes multi node cluster with public external IP Istio latest release curl -L https://isti... |
DevOps | note Welcome to DevOps team space! Here are a few suggestions to get started: Explain how your team should use this space by selecting the ✏️ Edit button and customizing this Overview page Select Create to make a new page in your space Add links to tools, guides, and other team resources Bookmark our guide to learn how... |
Team homepage | note This template is brought to you by HubSpot, a marketing, sales, and service platform. This template is brought to you by HubSpot, a marketing, sales, and service platform. Welcome to <Team Name> Add a mission statement or a 1-2 sentence overview of your team's goals and objectives. 📈 Team metrics Add a link to yo... |
Weekly meeting notes | Meeting overview Provide a brief overview of what this meeting is about and any other information that might be helpful to attendees. Meeting goals Key attendees Processes Open action items Type /task report to aggregate open action items across your meetings. You will need to publish this page first. In the macro fiel... |
Brainstorming | note This template is brought to you by Mural, a visual collaboration app. This template is brought to you by Mural, a visual collaboration app. Facilitator @ mention the facilitator Participants @ Participant 1 @ Participant 2 @ Participant 3 Brainstorm date Video conference link e.g., www.zoom.us/ On this page Brains... |
Backup and Restore Using Velero and Object Storage ( Ceph/ Minio ) | Objective Take backup of kubernetes resources and restore them via velero and minio. Architecture: Tools used: Velero: Velero is a tool to back up and restore your Kubernetes cluster resources. You can run Velero with a cloud provider or on-premises. Minio: Minio is a High Performance Object Storage Pre-requisuite: Kub... |
Overview Of Git and GitOps | |
Loki Grafana | In this document, we will see how to install Loki and Promtail in Ubuntu to visualize the logs in Grafana . But before that, we will see what is Loki and why we need it. What we are going to do What is Loki Why do we need Loki Loki Stack Loki installation Promtail installation Visualize the logs in Grafana Pre-Requisit... |
Techincal Documents | Topic Owner 1 Dev-Ops Engineer L1/GET/Intern Onboarding Tasks Maaz/Rakesh Pagare 2 Architect and DevOps Team Onboarding Doc Maaz/Rakesh Pagare 3 Calico Testing with custom Pod-CIDR and Service CIDR Rakesh Pagare 4 Vault Setup in Kubernetes using Compass Marketplace Rakesh Kotian 5 Steps for Hashicorp Vault secret Retri... |
Architect and DevOps Team Onboarding Doc | Day 1 Complete Onboarding procedure with HR Team Day 2 HR Team will schedule meetings with Abhimanyu, Ashok and Arif for onboarding Introduction with Team in Daily Scrum Meeting Go through training material ( recordings ) from Disha on Jira Day 3 Onboarding discussion with Abhimanyu Overview of Products Kubeguardian Cl... |
Steps for Hashicorp Vault secret Retrival | Enable the secret if not done already # vault secrets enable --version=2 kv 2. Create the policies file sin .hcl format /tmp/test $ more secret-user-policy-kv.hcl path "kv/data/*" { capabilities = ["read"] } /tmp/test $ more secret-admin-policy-kv.hcl path "kv/data/*" { capabilities = ["read", "create", "update"] } 3. ... |
Calico Testing with custom Pod-CIDR and Service CIDR | Reference: For Calico with Tigera operator https://projectcalico.docs.tigera.io/getting-started/kubernetes/quickstart For Calico with Manifests and without tigera operator https://projectcalico.docs.tigera.io/getting-started/kubernetes/self-managed-onprem/onpremises Environment: New Cluster created using Kubeadm on ubu... |
Vault Setup in Kubernetes using Compass Marketplace | This is a Vault Setup with Integrated Raft Storage Pre-requisites: To have storage class with enough space available to create total 6 persistent volumes of sizes defined in values.yaml # Available parameters and their default values for the Vault chart. global: # enabled is the master enabled switch. Setting this to t... |
Istio multi-primary and use cases for NIC | Reference Istio setup for multi-primary on different network: LINK Istio Traffic management and use cases: LINK Prerequisites : A kubernetes on cloud cluster Istioctl Deploy multi-primary on different network Multi-primary installation: Doc LINK Use cases: Traffic Management: Solution should separate traffic management... |
Create cluster on Compass | Create Cluster Click on Cluster to create cluster using CloudCompass Click on Add Cluster Click on Import Cluster Give your details Here we can see the cluster that we have created is Not Registered yet. For this to register our newly created cluster we need to download the kubeconfig form download button on right Open... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 1