aws-terraform-examples
AWS terraform examples, provision AWS resources using terraform modules (by garutilorenzo)
flannel
flannel is a network fabric for containers, designed for Kubernetes (by coreos)
aws-terraform-examples | flannel | |
---|---|---|
1 | 14 | |
3 | 9,081 | |
- | 0.8% | |
4.0 | 9.0 | |
over 1 year ago | 17 days ago | |
HCL | Go | |
GNU General Public License v3.0 only | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
aws-terraform-examples
Posts with mentions or reviews of aws-terraform-examples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-14.
-
Deploy Kubernetes (K8s) on Amazon AWS using mixed on-demand and spot instances
For VPC and bastion host you can refer to this repository.
flannel
Posts with mentions or reviews of flannel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-16.
-
Managing Kubernetes on Hetzner with Cluster API
export KUBECONFIG=hetzner-cluster-kubeconfig.yaml # Install Hetzner CCM kubectl apply -f https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/latest/download/ccm.yaml # Install Flannel CNI - You can use your preferred CNI instead, e.g. Cilium kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml
-
How to create a 3-node kubernetes cluster and deploy an application on my ubuntu 22.04 minibox
$ kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml
-
Kubernetes Setup With WSL Control Plane and Raspberry Pi Workers
--pod-network=10.244.0.0/16: This is the default CIDR for flannel, and also avoids a conflict with my internal network if calico is used (which is the plan)
- flannel - network fabric for containers, designed for Kubernetes
-
Deploy Kubernetes (K8s) on Amazon AWS using mixed on-demand and spot instances
The installation of K8s id done by kubeadm. In this installation Containerd is used as CRI and flannel is used as CNI.
-
Fully automated Kubernetes (K8s) deployment on AWS using mixed on-demand and spot instances
K8s is installed through kubeadm ad uses Containerd as CRI and Flannel as CNI. You can also install longhorn for the persistent storage and nginx ingress controller for the ingress rules.
This terraform module will deploy a high available Kubernetes (K8s) cluster on Amazon AWS, using mixed on-demand and spot instances. K8s is installed through kubeadm ad usesContainerd as CRI and Flannel as CNI. You can also install longhorn for the persistent storage and nginx ingress controller for the ingress rules. Please note, this is only an example on how to Deploy a Kubernetes cluster. For a production environment you should use EKS or ECS.
-
flannel error: Error registering network: operation not supported
I don't use flannel but perhaps check this old issue: https://github.com/flannel-io/flannel/issues/663
-
Can't access service from other Nodes
It is definitively not normal behaviour. Cluster-internal subnets should be reachable from any node. Not being able to do so is a typical symptom of missing or misconfigured CNI. For flannel did you check this page?
-
Container base OS vs Worker node OS compatibility issues
Ask on Github.
What are some alternatives?
When comparing aws-terraform-examples and flannel you can also consider the following projects:
terraform-aws-ecs - Terraform module to create AWS ECS resources πΊπ¦
calico - Cloud native networking and network security
terraform-aws-vpn-ec2-libreswan-example - Example of Terraform configuration for AWS Site-to-Site VPN connected to Libreswan software VPN running in EC2
wireguard-windows - Download WireGuard for Windows at https://www.wireguard.com/install . This repo is a mirror only. Official repository is at https://git.zx2c4.com/wireguard-windows
k3s-oci-cluster - Deploy a Kubernetes cluster for free, using k3s and Oracle always free resources
speedtest-go - Go backend for LibreSpeed