Overview
Kubernetes on Ubuntu 22.04 with Free maintenance support by ATH. This is a repackaged open source software product wherein additional charges apply for support. Kubernetes, often abbreviated as K8s, is a powerful open-source container orchestration platform developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF). It simplifies the management of containerized applications by automating deployment, scaling, and operations across clusters of hosts. Kubernetes abstracts away the underlying infrastructure, providing a consistent platform for deploying, managing, and scaling applications regardless of the environment whether on-premises, in the cloud, or hybrid. At its core, Kubernetes utilizes a declarative approach to configuration, where users specify the desired state of their applications and Kubernetes ensures that the current state matches the desired state.
Highlights
- Kubernetes automates the deployment, scaling, and management of containerized applications, providing a consistent platform for running and orchestrating workloads across clusters of hosts.
- Kubernetes offers features like automated scaling, load balancing, and self-healing, ensuring applications can scale seamlessly and maintain high availability even in the face of failures or increased demand.
- Kubernetes embraces cloud-native principles and provides a flexible, portable platform for deploying and managing applications across hybrid and multi-cloud environments, enabling organizations to build and run modern, distributed systems effectively.
Details
Typical total price
$0.19/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.micro AWS Free Tier | $0.001 | $0.012 | $0.013 |
t2.small | $0.09 | $0.023 | $0.113 |
t2.medium | $0.09 | $0.046 | $0.136 |
t2.large | $0.09 | $0.093 | $0.183 |
t2.xlarge | $0.09 | $0.186 | $0.276 |
t2.2xlarge | $0.09 | $0.371 | $0.461 |
t3.nano | $0.09 | $0.005 | $0.095 |
t3.micro AWS Free Tier | $0.09 | $0.01 | $0.10 |
t3.small | $0.09 | $0.021 | $0.111 |
t3.medium | $0.09 | $0.042 | $0.132 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
No Refund
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Try one unit of this product for 5 days. There will be no software charges for that unit, but AWS infrastructure charges still apply. Free Trials will automatically convert to a paid subscription upon expiration and you will be charged for additional usage above the free units provided.
Additional details
Usage instructions
Connect to your Virtual Machine via SSH and run the following command to update the package list:
sudo su
sudo apt-get update
Execute these commands on Master Node-
- kubeadm init --pod-network-cidr "10.244.0.0/16" --cri-socket "unix:///var/run/cri-dockerd.sock"
- mkdir -p $HOME/.kube
- sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
- sudo chown $(id -u):$(id -g) $HOME/.kube/config
- export KUBECONFIG=/etc/kubernetes/admin.conf
- kubectl apply -f https://github.com/coreos/flannel/raw/master/Documentation/kube-flannel.yml
- kubectl get nodes
Execute these commands on Worker Node:-
- kubeadm join <token> --cri-socket "unix:///var/run/cri-dockerd.sock" --discovery...... [You will find this command on your master node] [--cri-socket "unix:///var/run/cri-dockerd.sock" add this line after <token> in above command]
Example: kubeadm join 172.31.86.206:6443 --token 8er1q5.m3nlh239h1qnzj42 --cri-socket "unix:///var/run/cri-dockerd.sock" --discovery-token-ca-cert-hash sha256:966d7a533b8d6f78c579d9bbb5ae2d04fbe67bb05e1e2eafb6420fb47b87ab46
Support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.