Skip to content

Commit

Permalink
feat: updated the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed May 1, 2024
1 parent c89feff commit 9d21fab
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 309 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ author: Dipankar Das ([@DipankarDas011](https://twitter.com/DipankarDas011))

---

> **DEPRECATED**
{{% alert title="Note `Experimental`" %}}
Currently Argocd, Kube-Prometheus Stack, Cilium ... is supported
{{% /alert %}}
Expand Down
13 changes: 13 additions & 0 deletions content/en/blog/new-features/2024-05-01-event-driven.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Feature ksctl event driven architecture
tags: [kubernetes-client-go, ksctl, cncf]
author: Dipankar Das ([@DipankarDas011](https://twitter.com/DipankarDas011))
---

It makes the feature [Install application (DEPRICATED)](/content/en/blog/new-features/2023-10-09-install-applications.md)

Here is the new event driven architecture Diagram
![Diagram](https://raw.githubusercontent.com/ksctl/enhancements/main/poc/ksctl-components/overall.svg)

For more information about this
[Refer](https://github.com/ksctl/enhancements/tree/main/poc/ksctl-components)
4 changes: 0 additions & 4 deletions content/en/blog/news/_index.md

This file was deleted.

Binary file not shown.
48 changes: 0 additions & 48 deletions content/en/blog/news/first-post/index.md

This file was deleted.

244 changes: 0 additions & 244 deletions content/en/blog/news/second-post.md

This file was deleted.

9 changes: 4 additions & 5 deletions content/en/docs/Cloud Providers/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ tags: [aws, ha, managed, core]
Aws support for HA and Managed Clusters
{{% /pageinfo %}}

{{% alert color="warning" title="Caution" %}}
we need credentials to access clusters

these are confidential information so shouldn't be shared with anyone
{{% /alert %}}
Support for aws provider is added.
Supported functionality
- [ ] Managed EKS
- [x] Self-managed HA cluster with k3s and kubeadm
10 changes: 8 additions & 2 deletions content/en/docs/Ksctl Operators/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
---
title: Ksctl Operators
title: Ksctl Components
description: Place of all the documentation for the Operators used specifically for k8s clusters
categories: [Examples, Placeholders]
tags: [test, docs]
---

Operator docs is pending
Operators
- ksctl agent
- ksctl storage controller
- ksctl application controller



3 changes: 0 additions & 3 deletions content/en/docs/Kubernetes Distributions/k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ We are using it as follows:
Currently all VMs require SSH authentication and all ports are open. But in future versions it will be resolved
{{% /alert %}}

{{% alert color= "warning" title="In Progress" %}}
Document available Kubernetes version
{{% /alert %}}
5 changes: 2 additions & 3 deletions content/en/docs/Kubernetes Distributions/kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ tags: [Kubeadm, ha, core]

Kubeadm for HA Cluster on supported provider

{{% alert color= "warning" title="TBD" %}}
No Yet supported
{{% /alert %}}
Kubeadm support is added with etcd as datastore

0 comments on commit 9d21fab

Please sign in to comment.