Skip to content

Commit 0b8cf8d

Browse files
Merge pull request #123 from anveshmuppeda/dev
Improve Website
2 parents 1666f7f + cc0be78 commit 0b8cf8d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2556
-86
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Kubernetes, also known as K8s, is an open-source container orchestration platfor
173173

174174

175175

176+
176177

177178

178179
<!-- BLOG-POST-LIST:END -->

blog/authors.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ anvesh:
99
github: anveshmuppeda
1010
linkedin: anveshmuppeda
1111

12-
muppedaanvesh:
13-
name: Anvesh Muppeda
14-
title: Kubernetes Developer
15-
url: https://github.com/anveshmuppeda
16-
image_url: https://github.com/anveshmuppeda.png
17-
page: true
18-
socials:
19-
x: Anvesh66743877
20-
github: anveshmuppeda
21-
linkedin: anveshmuppeda
22-
2312
manasa:
2413
name: Sai Manasa Kota
2514
title: Backstage Developer
@@ -29,25 +18,3 @@ manasa:
2918
linkedin: saimanasak
3019
github: saimanasak
3120

32-
yangshun:
33-
name: Yangshun Tay
34-
title: Front End Engineer @ Facebook
35-
url: https://github.com/yangshun
36-
image_url: https://github.com/yangshun.png
37-
page: true
38-
socials:
39-
x: yangshunz
40-
github: yangshun
41-
42-
slorber:
43-
name: Sébastien Lorber
44-
title: Docusaurus maintainer
45-
url: https://sebastienlorber.com
46-
image_url: https://github.com/slorber.png
47-
page:
48-
permalink: '/all-sebastien-lorber-articles'
49-
socials:
50-
x: sebastienlorber
51-
linkedin: sebastienlorber
52-
github: slorber
53-
newsletter: https://thisweekinreact.com

commands/argocd/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "ArgoCD Commands",
3+
"position": 5,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes. It allows you to manage your Kubernetes applications using Git repositories as the source of truth. This guide provides a comprehensive list of ArgoCD commands, their usage, and examples to help you effectively manage your Kubernetes applications."
7+
}
8+
}

commands/argocd/argocd.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/commands/argocd/argocd.md
3+
sidebar_label: "ArgoCD Commands"
4+
sidebar_id: "argocd"
5+
sidebar_position: 3
6+
---
7+
8+
# ArgoCD Commands
9+
10+
ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes. This document provides a comprehensive guide to using ArgoCD, including installation, configuration, and common commands.
11+
12+
---
13+
14+
<div style={{ backgroundColor: '#f9f9f9', borderLeft: '4px solid #0078d4', padding: '1rem', margin: '1rem 0', borderRadius: '5px' }}>
15+
<h2 style={{ marginTop: 0 }}>🚧 Work in Progress</h2>
16+
<p>This page is currently under construction. Please check back later for detailed information about ArgoCD commands, installation, and configuration.</p>
17+
</div>
18+
19+
---
20+
21+
## Table of Contents
22+
- [Introduction](#introduction)
23+
- [Installation](#installation)
24+
- [Configuration](#configuration)
25+
- [Common Commands](#common-commands)
26+
27+
---
28+
29+
## Introduction
30+
ArgoCD is a Kubernetes-native continuous delivery tool that follows the GitOps methodology. It allows you to manage application deployments and lifecycle management declaratively using Git as the source of truth.
31+
32+
---
33+
34+
## Installation
35+
> **Note:** Detailed installation steps will be added soon.
36+
37+
---
38+
39+
## Configuration
40+
> **Note:** Configuration details will be added soon.
41+
42+
---
43+
44+
## Common Commands
45+
> **Note:** A list of common ArgoCD commands will be added soon.
46+
47+
---
48+
49+
Stay tuned for updates as we continue to enhance this guide!

commands/eksctl/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "EKSCTL Commands",
3+
"position": 7,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "EKSCTL is a command-line tool for managing Amazon EKS clusters. It simplifies the process of creating, updating, and deleting EKS clusters and their associated resources. This guide provides a comprehensive list of EKSCTL commands, their usage, and examples to help you effectively manage your Amazon EKS clusters."
7+
}
8+
}

commands/eksctl/eksctl.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/commands/eksctl/eksctl.md
3+
sidebar_label: "eksctl Commands"
4+
sidebar_id: "eksctl"
5+
sidebar_position: 5
6+
---
7+
8+
# eksctl Commands
9+
10+
`eksctl` is a simple CLI tool for creating and managing Kubernetes clusters on Amazon EKS. This document provides a comprehensive guide to using `eksctl`, including installation, configuration, and common commands.
11+
12+
---
13+
14+
<div style={{ backgroundColor: '#f9f9f9', borderLeft: '4px solid #0078d4', padding: '1rem', margin: '1rem 0', borderRadius: '5px' }}>
15+
<h2 style={{ marginTop: 0 }}>🚧 Work in Progress</h2>
16+
<p>This page is currently under construction. Please check back later for detailed information about `eksctl` commands, installation, and configuration.</p>
17+
</div>
18+
19+
---
20+
21+
## Table of Contents
22+
- [Introduction](#introduction)
23+
- [Installation](#installation)
24+
- [Configuration](#configuration)
25+
- [Common Commands](#common-commands)
26+
27+
---
28+
29+
## Introduction
30+
`eksctl` is the official CLI for Amazon EKS. It simplifies the process of creating, managing, and deleting Kubernetes clusters on AWS. With `eksctl`, you can quickly set up production-ready clusters with minimal configuration.
31+
32+
---
33+
34+
## Installation
35+
> **Note:** Detailed installation steps will be added soon.
36+
37+
---
38+
39+
## Configuration
40+
> **Note:** Configuration details will be added soon.
41+
42+
---
43+
44+
## Common Commands
45+
> **Note:** A list of common `eksctl` commands will be added soon.
46+
47+
---
48+
49+
Stay tuned for updates as we continue to enhance this guide!

commands/fluxcd/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "FlucCD Commands",
3+
"position": 6,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "FluxCD is a set of continuous and progressive delivery solutions for Kubernetes. It enables GitOps workflows, allowing you to manage your Kubernetes applications using Git repositories as the source of truth. This guide provides a comprehensive list of FluxCD commands, their usage, and examples to help you effectively manage your Kubernetes applications."
7+
}
8+
}

commands/fluxcd/fluxcd.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/commands/fluxcd/fluxcd.md
3+
sidebar_label: "FluxCD Commands"
4+
sidebar_id: "fluxcd"
5+
sidebar_position: 4
6+
---
7+
8+
# FluxCD Commands
9+
10+
FluxCD is a GitOps continuous delivery tool for Kubernetes that automates the deployment of resources in your cluster. This document provides a comprehensive guide to using FluxCD, including installation, configuration, and common commands.
11+
12+
---
13+
14+
<div style={{ backgroundColor: '#f9f9f9', borderLeft: '4px solid #0078d4', padding: '1rem', margin: '1rem 0', borderRadius: '5px' }}>
15+
<h2 style={{ marginTop: 0 }}>🚧 Work in Progress</h2>
16+
<p>This page is currently under construction. Please check back later for detailed information about FluxCD commands, installation, and configuration.</p>
17+
</div>
18+
19+
---
20+
21+
## Table of Contents
22+
- [Introduction](#introduction)
23+
- [Installation](#installation)
24+
- [Configuration](#configuration)
25+
- [Common Commands](#common-commands)
26+
27+
---
28+
29+
## Introduction
30+
FluxCD is a Kubernetes-native GitOps tool that ensures your cluster state matches the desired state defined in your Git repository. It automates deployments, updates, and rollbacks, making it a powerful tool for managing Kubernetes resources.
31+
32+
---
33+
34+
## Installation
35+
> **Note:** Detailed installation steps will be added soon.
36+
37+
---
38+
39+
## Configuration
40+
> **Note:** Configuration details will be added soon.
41+
42+
---
43+
44+
## Common Commands
45+
> **Note:** A list of common FluxCD commands will be added soon.
46+
47+
---
48+
49+
Stay tuned for updates as we continue to enhance this guide!

commands/velero/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Velero Commands",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Velero is an open-source tool that provides backup and restore capabilities for Kubernetes clusters. It allows you to back up your cluster resources and persistent volumes, making it easier to recover from data loss or cluster failures. This guide provides a comprehensive list of Velero commands, their usage, and examples to help you effectively manage your Kubernetes backups."
7+
}
8+
}

commands/velero/velero.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/commands/velero/velero.md
3+
sidebar_label: "Velero Commands"
4+
sidebar_id: "velero"
5+
sidebar_position: 1
6+
---
7+
8+
# Velero Commands
9+
10+
Velero is a powerful tool for managing backups and restores in Kubernetes clusters. This document provides a comprehensive guide to using Velero, including installation, configuration, and common commands.
11+
12+
---
13+
14+
<div style={{ backgroundColor: '#f9f9f9', borderLeft: '4px solid #0078d4', padding: '1rem', margin: '1rem 0', borderRadius: '5px' }}>
15+
<h2 style={{ marginTop: 0 }}>🚧 Work in Progress</h2>
16+
<p>This page is currently under construction. Please check back later for detailed information about Velero commands, installation, and configuration.</p>
17+
</div>
18+
19+
---
20+
21+
## Table of Contents
22+
- [Introduction](#introduction)
23+
- [Installation](#installation)
24+
- [Configuration](#configuration)
25+
- [Common Commands](#common-commands)
26+
27+
---
28+
29+
## Introduction
30+
Velero is an open-source tool to safely back up, restore, and migrate Kubernetes cluster resources and persistent volumes. It is widely used for disaster recovery and cluster migration.
31+
32+
---
33+
34+
## Installation
35+
> **Note:** Detailed installation steps will be added soon.
36+
37+
---
38+
39+
## Configuration
40+
> **Note:** Configuration details will be added soon.
41+
42+
---
43+
44+
## Common Commands
45+
> **Note:** A list of common Velero commands will be added soon.
46+
47+
---
48+
49+
Stay tuned for updates as we continue to enhance this guide!

0 commit comments

Comments
 (0)