Single Node K3S Kubernetes
A production-ready AMI with K3S, a lightweight, CNCF-certified Kubernetes distribution. Preconfigured for rapid deployment of containerized workloads on AWS, this AMI provides a secure and efficient Kubernetes environment with minimal resource requirements. Ideal for development, testing, CI/CD, edge computing, and small to medium production workloads.
Features
- Latest, stable release with OS patches.
- Secured installation.
- Can be used as node for building Kubernetes cluster.
How It Works
After a node is spun up using this AMI, a full-featured Kubernetes environment is available for deploying containers. It can be scaled up vertically by running on a larger size node. This image can be used for building a Kubernetes cluster also.
Supported Platforms
Click on the links below to take you to Amazon Marketplace and subscribe AMI for the supported Linux distribution.
Unsupported Configurations
Kurian releases latest, stable versions of open source software on popular Linux distributions. If you need a configuration that is not currently available in marketplace, send us your requirements to contact@kurianinc.us. Please include the following info in the email:
- Name of Software to be on the AMI with version numbers.
- Linux distribution and the version.
- The EC2 instance type you plan to spin up from the AMI (optional).
Unsupported versions can be built and made available as a private offering.
Configuration
- By being on the machine, the Kubernetes environment can be accessed using kubectl with no additional configuration.
- If you need to access it from a remote machine, get the KUBECONFIG used locally on the server node, and edit the server info to match with the server IP or FQDN, and point KUBECONFIG to the updated config file.
Upgrade
- No in-place is possible. Plan to cut over to a new version.
Maintenance and Troubleshooting
Kurian can help with configuring the environment setup using this AMI. Contact us with details to contact@kurianinc.us
Remote Access to EC2 Node
Following are the standard AWS defined users available when a node is provisioned:
- Amazon Linux: ec2-user
- Red Hat Linux: ec2-user
- SuSE Linux: ec2-user
- Fedora: fedora
- CentOS: centos
- Debian Linux: admin
- Ubuntu: ubuntu