Skip to content

patnaikshekhar/KubeFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeFS

A FUSE filesystem for Kubernetes. Lets you mount your kubernetes cluster as a filesystem on a linux machine. Once mounted you can explore the filesystem using standard *nix commands such as ls, cd, mkdir, rmdir, cat, etc.

Usage

kubefs <mountpath>

Features

  • Lists namespaces, pods, deployments, configmaps, etc using ls
  • Create namespaces with mkdir
  • View manifests by navigating to path and using cat
  • Delete namespace with rmdir
  • Update manifests by using vim or nano

Demo

Demo

About

A FUSE filesystem for Kubernetes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published