Coder Social home page Coder Social logo

Comments (36)

dipankardas011 avatar dipankardas011 commented on August 13, 2024 1

acc to me you can refer the docs for topics

  • you can tell what is ksctl
  • what problems it tries to solve
  • what solution it provides (till now)
    and some key features...

cc @verma-kunal @saiyam1814 you you have any thing to add

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024 1

Got it, Thank you @dipankardas011.

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024 1

image

Just completed the latest blog on Ksctl! 🚀 your review would be awesome! @dipankardas011

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024 1

Thanks @shaikahmadnawaz it looks amazing 🚀
It looks nice but can you add a simple demo of creation and deletion of clusters (both managed, HA)
Also manually scaleup and scaledown?

and finally add a section about the new feature for empowering development ready apps (Mention that its in alpha stage)

I know I am asking more but we should show what it can do

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024 1

Guide on commands

cc @shaikahmadnawaz

Note
the commands linked contain both the HA cluster and for manage cluster. Also Scaleup&down work for HA cluster

ALso, check the region, clustername, nodeSize, no of controlplanes and ,...etc

ALso Dont Use --approve tag

Here are some of my commands

ksctl cred
# add your credentials

Create

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L51-L52

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L45-L46

Get

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L72

Switch

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L83-L84

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L77-L78

Scalingup and down

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L90-L91

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L96-L97

Delete

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L102-L103

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L109-L110

Also @shaikahmadnawaz these files contain the valid fields for each cloud provider
these are used for e2e testing
Azure -> https://github.com/kubesimplify/ksctl/tree/main/test/e2e/azure
Civo -> https://github.com/kubesimplify/ksctl/tree/main/test/e2e/civo

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024 1

Guide on commands

cc @shaikahmadnawaz

Note
the commands linked contain both the HA cluster and for manage cluster. Also Scaleup&down work for HA cluster

ALso, check the region, clustername, nodeSize, no of controlplanes and ,...etc

ALso Dont Use --approve tag

Here are some of my commands

ksctl cred
# add your credentials

Create

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L51-L52

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L45-L46

Get

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L72

Switch

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L83-L84

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L77-L78

Scalingup and down

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L90-L91

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L96-L97

Delete

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L102-L103

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L109-L110

Also @shaikahmadnawaz these files contain the valid fields for each cloud provider
these are used for e2e testing
Azure -> https://github.com/kubesimplify/ksctl/tree/main/test/e2e/azure
Civo -> https://github.com/kubesimplify/ksctl/tree/main/test/e2e/civo

Okay, thank you 👍🏻

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024 1

@shaikahmadnawaz are you facing blockers?

Not yet, I was a little busy with college work, but I will resume now, Sorry for the delay.

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024 1

@shaikahmadnawaz are you facing blockers?

Not yet, I was a little busy with college work, but I will resume now, Sorry for the delay.

Np, sure 👍🏼

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024 1

@shaikahmadnawaz I hope your college work has reduced. No worries if you're still working on it - just wanted to make sure it's still on your radar. Let me know if you need any assistance or have any questions! 😄

@dipankardas011 Thanks for asking! College work is okay for now. If I get stuck or have questions, I'll definitely let you know. Your support means a lot. 😊

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024 1

Thanks @shaikahmadnawaz for writing a blog on ksctl!

if you are willing a different blog on ksctl working and demo I am happy to reassign u

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024 1

Thanks @shaikahmadnawaz for writing a blog on ksctl!

if you are willing a different blog on ksctl working and demo I am happy to reassign u

Thank you @dipankardas011 for giving me this opportunity ❤️🙌

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024 1

Thanks @shaikahmadnawaz for writing a blog on ksctl!

if you are willing a different blog on ksctl working and demo I am happy to reassign u

I'll let you know once I'm done with my college work. Thanks a lot, @dipankardas011.

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024

I'm not able to understand what to write, I mean the table of contents or topics I need to write, can you please help. @saiyam1814 @dipankardas011

from docs.

aj11anuj avatar aj11anuj commented on August 13, 2024

@shaikahmadnawaz are you working on it?

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024

Hello @dipankardas011, in which folder (absolute path) of this repo shall I raise a PR of the blog?

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

@shaikahmadnawaz I think we should write the blog to kubesimplify blogs
if you are okay with this. SOrry for the late correction

cc @saiyam @pavangudiwada

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024

@shaikahmadnawaz I think we should write the blog to kubesimplify blogs if you are okay with this. SOrry for the late correction

cc @saiyam @pavangudiwada

https://github.com/kubesimplify/ksctl-docs/tree/main/content/en/blog

Do you mean here? @dipankardas011

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024

@shaikahmadnawaz I think we should write the blog to kubesimplify blogs if you are okay with this. SOrry for the late correction

cc @saiyam @pavangudiwada

Yes, I am ready to write in Kubesimplify blogs 👍

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

@shaikahmadnawaz I think we should write the blog to kubesimplify blogs if you are okay with this. SOrry for the late correction
cc @saiyam @pavangudiwada

https://github.com/kubesimplify/ksctl-docs/tree/main/content/en/blog

Do you mean here? @dipankardas011

I am refering to hashnode
and from there we can get the blogs via rss feeds. @verma-kunal

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024

https://hashnode.com/@shaikahmadnawaz

this is my Hashnode profile 👆, I think I need access to write in Kubesimplify blogs right?

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024

Access in the sense of permission to write for the Kubesimplify blog?

https://blog.kubesimplify.com

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

I am not sure with the current process, but as far as I remember, you have to raise a PR to kblogs repo or you have to publish via hashnode

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

@shaikahmadnawaz you have to directly submit it to hashnode

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024

@shaikahmadnawaz you have to directly submit it to hashnode

https://shaikahmadnawaz.hashnode.dev

Shall I write in my blog directly? ☝️

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

No, you have to publish it to kubesimplify hashnode
I have added you as contributor

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

Like this
image

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

like a section on Lets have it on action

from docs.

shaikahmadnawaz avatar shaikahmadnawaz commented on August 13, 2024

simple demo of creation and deletion of clusters (both managed, HA)
Also manually scaleup and scaledown?

simple demo of creation and deletion of clusters (both managed, HA)
Also manually scaleup and scaledown, how to do this any reference or explanation please @dipankardas011

I know only this https://kubesimplify.github.io/ksctl-docs/docs/getting-started/cli, based on this I have installed Ksctl cluster.

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

yes

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

Guide on commands

cc @shaikahmadnawaz

Note
the commands linked contain both the HA cluster and for manage cluster. Also Scaleup&down work for HA cluster

ALso, check the region, clustername, nodeSize, no of controlplanes and ,...etc

ALso Dont Use --approve tag

Here are some of my commands

ksctl cred
# add your credentials

Create

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L51-L52

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L45-L46

Get

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L72

Switch

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L83-L84

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L77-L78

Scalingup and down

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L90-L91

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L96-L97

Delete

Civo

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L102-L103

Azure

https://github.com/kubesimplify/ksctl-cli/blob/27d90e596ee0f4850f7edb28701a4c1c5837a1fc/.github/workflows/test-mock.yml#L109-L110

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

Also to demonstrate the working of custom CNI and development ready apps
https://kubesimplify.github.io/ksctl-docs/blog/1/01/01/feature-install-applications/

it works for both managed and HA cluster

I would suggest after doigng the above
you can say lets try some new experiemental aka alpha features
and use a managed offering as its easier and faster

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

Now I am getting some changes needed to be done in docs website

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

Also to demonstrate the working of custom CNI and development ready apps https://kubesimplify.github.io/ksctl-docs/blog/1/01/01/feature-install-applications/

it works for both managed and HA cluster

I would suggest after doigng the above you can say lets try some new experiemental aka alpha features and use a managed offering as its easier and faster

For the apps options are

  • argo-rollouts
  • argocd
  • istio
  • prometheus-stack

for the cni

  • cilium
  • azure -> for aks
  • flannel (default) -> for ha default in k3s so no need
  • kubenet
  • kind

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

@shaikahmadnawaz are you facing blockers?

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

@shaikahmadnawaz I hope your college work has reduced. No worries if you're still working on it - just wanted to make sure it's still on your radar. Let me know if you need any assistance or have any questions! 😄

from docs.

dipankardas011 avatar dipankardas011 commented on August 13, 2024

@shaikahmadnawaz I hope your college work has reduced. No worries if you're still working on it - just wanted to make sure it's still on your radar. Let me know if you need any assistance or have any questions! 😄

@dipankardas011 Thanks for asking! College work is okay for now. If I get stuck or have questions, I'll definitely let you know. Your support means a lot. 😊

sure ready to help 👍🏼

from docs.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.