Rancher is an open source software platform that enables organizations to run and manage Docker and Kubernetes in production. Rancher gives us UI to manage containers, hosts, statuses and much more.
But the problem is when you have a lot microservices, navitating between them require too much steps. you need something like Ctrl + P in Sublime Text, VS Code that helps you navigate to any services easily?
Yes, this extension is for you. Once you add the extension to your browser on the specified domain, you're able to Ctrl + Space anytime in your Rancher UI.
export RANCHER_ADDR=https://rancher.your-company.com
npm run build
It will build and extract bundle to ./dist
directory.
- Go to
chrome://extensions/
- Enable
Developer Mode
- Click
Load Unpack
- Navigate to
./dist
and select any file
- Go to
about:debugging
- Click
Load Temporary Add-on
- Navigate to
./dist
and select any file
npm test
npm run lint
- Latest Webpack 4
- Latest Babel 7
- React 16.5
- CSS Module
- Latest ESLint Airbnb
MIT @ Ninh Pham