This package provides a simple way to interact with the Kubernetes API from a Laravel application.
To get started, you can install the package via composer:
composer require devoptn/k8s-api(Optional) Next, you need to publish the configuration file:
php artisan vendor:publish --provider="DevOption\Kubernetes\KubernetesServiceProvider"Note: The configuration file is optional. If you don't publish it, the package will use the default values.
You can set the K8S_SERVICE_ACCOUNT_TOKEN in your .env file:
K8S_SERVICE_ACCOUNT_TOKEN=your-service-account-tokenThis service account token is used to authenticate with the Kubernetes API and should be a valid cluster-admin token.
Details coming soon.
This package is open-sourced software licensed under the MIT license.
Please open an issue for support.
Details coming soon.
If you discover a security vulnerability within this package, please send an e-mail to security@devoption.io. All security vulnerabilities will be promptly addressed.