Skip to content
View ritesh-karankal's full-sized avatar

Block or report ritesh-karankal

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ritesh-karankal/README.md

Hi there, Iโ€™m Ritesh ๐Ÿ‘‹

  • ๐Ÿ’ป Contributing to @Meshery
  • ๐ŸŒŸ Meshmate at Layer5
  • ๐Ÿš€ Learning Kubernetes, AWS, and cloud-native tooling
  • ๐Ÿ“š Always curious, always learning
Meshery Hacktoberfest 2025 Contributor

Pinned Loading

  1. go-stuff go-stuff Public

    Go

  2. snippetbox snippetbox Public

    Go

  3. Song-Lyrics-Analyzer Song-Lyrics-Analyzer Public

    Analysizes Taylor Swifts lyrics and create data visualization in Kibana

    Jupyter Notebook 1

  4. This script retrieves the names of p... This script retrieves the names of pods in the `kube-system` namespace and writes them to a file.
    1
    # Kube-system Pod Names Retrieval
    2
    
                  
    3
    This script makes a request to the K8S API from inside the Debian pod to retrieve the names of pods in the `kube-system` namespace and writes them to a file.
    4
    
                  
    5
    1. Create the service account and cluster role binding by running the following commands: