Skip to content

Commit

Permalink
updated: ksctl roadmap
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Mar 30, 2024
1 parent 4349194 commit ecab142
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/en/docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ flowchart LR;
web--AWS-->aws{Types};
aws:::blue--managed-->awsm[Create & Delete]:::red;
aws--HA-->awsha[Create & Delete]:::red;
aws--HA-->awsha[Create & Delete]:::green;
web--Azure-->az{Types};
az:::green--managed-->azsm[Create & Delete]:::green;
Expand All @@ -43,10 +43,12 @@ flowchart LR;
k3s:::green--HA-->k3ha[Create & Delete]:::green;
web2--Kubeadm-->kubeadm{Types};
kubeadm:::blue--HA-->kubeadmha[Create & Delete]:::red;
kubeadm:::blue--HA-->kubeadmha[Create & Delete]:::green;
web3--Local-Store-->slocal{Local}:::green;
web3--Remote-Store-->rlocal{Remote}:::red;
web3--Remote-Store-->rlocal{Remote}:::green;
rLocal--Provider-->mongo[MongoDB]:::green;
```

Expand Down

0 comments on commit ecab142

Please sign in to comment.