Dev

Results 93 comments of Dev
trafficstars

We have added checks for environment name. Keeping this issue open to track checks that we should add for container name and app name.

@jberkus > Questions: > > 1. Currently Kubeplus has a single maintainer, @devdattakulkarni. If accepted to the CNCF, what does your plan for attracting additional contributors and maintainers look like?...

Thanks @dims Let me know if there are any questions for us @dims @jberkus

@dims Ack. I will reach out to you.

@dims and I discussed the next steps for KubePlus. The goal is to build a community of contributors and adopters. Improving project documentation, adding cncf slack channel for the project,...

The changes would be to following: - Adding a field to ResourceMonitor to define the application endpoint. - Updating the kubectl-metrics plugin to query this endpoint for the input Kind/Instance,...

The modifications will be in mutating-webhook: https://github.com/cloud-ark/kubeplus/blob/master/mutating-webhook/webhook.go Specifically, check the "trackCustomAPIs" function. Pre-requisites: - Understanding of KubePlus architecture - Understanding of Golang - Understanding of Kubernetes naming convention.

https://kubernetes.io/docs/concepts/overview/working-with-objects/names/ We should implement the following checks: - contain at most 63 characters - contain only lowercase alphanumeric characters or '-' - start with an alphanumeric character - end with...

@omgoswami Yes ^^ that is the correct place to add these checks.