ksail icon indicating copy to clipboard operation
ksail copied to clipboard

CLI tool for provisioning GitOps enabled K8s clusters in Docker.

Results 73 ksail issues
Sort by recently updated
recently updated
newest added

### Description KSail should support modern scanning tools to help shift-left. Being able to catch issues with `ksail scan` in local and CI environments can help harden Kubernetes cluster before...

enhancement

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [KubernetesClient](https://redirect.github.com/kubernetes-client/csharp) | `14.0.2` -> `15.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/KubernetesClient/15.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/KubernetesClient/15.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Introduce ArgoCD as a supported deployment tool alongside Kubectl and Flux. Update the deployment tool enumeration and related logic to handle ArgoCD appropriately. Adjust the bootstrap and update command handlers...

blocked