k3s-oci-cluster VS oci-arm-host-capacity

Compare k3s-oci-cluster vs oci-arm-host-capacity and see what are their differences.

oci-arm-host-capacity

This script allows to bypass Oracle Cloud Infrastructure 'Out of host capacity' error immediately when additional OCI capacity will appear in your Home Region / Availability domain. (by hitrov)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
k3s-oci-cluster oci-arm-host-capacity
6 22
210 828
- -
0.0 2.1
6 months ago about 1 month ago
HCL PHP
GNU General Public License v3.0 only MIT License
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.

k3s-oci-cluster

Posts with mentions or reviews of k3s-oci-cluster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-15.
  • K8s cluster with OCI free-tier and Raspberry Pi4 (part 1)
    5 projects | dev.to | 15 Feb 2023
    After you've cloned the repo, go to oci/terraform.tfvars and edit all values with the ones from your notes file. This build uses the great terraform configuration files from this repo of garutilorenzo (using version 2.2; if you have errors running all of this, you should check what changed in this repo since v2.2, or 01.02.23). You can read here if you want to customize your configuration and edit the main.tf file. This is the diagram that garutilorenzo made and how your deployment will look like (this tutorial is without Longhorn and ArgoCD, with 1 server nodes + 3 worker nodes and with ingress controller set as Traefik): *note - I've got some problems with clock of WSL2 not being synced to Windows clock. And provisioning didn't worked so if you receive clock errors too, verify your time with datecommand, if out of sync just run sudo hwclock -s or sudo ntpdate time.windows.com. Now just run terraform plan and then terraform apply. If everything was ok you should have your resources created.
  • Is there a step by step guide to Oracle Free Tier setups?
    1 project | /r/selfhosted | 11 Sep 2022
  • OCI free Kubernetes cluster, new terraform module release
    1 project | /r/oraclecloud | 10 Aug 2022
    This new release v2.0 introduces:
  • Deploy Kubernetes (K8s) on Amazon AWS using mixed on-demand and spot instances
    7 projects | dev.to | 14 Apr 2022
    We use the same stack used in this repository. This stack need longhorn and nginx ingress.
  • Deploy a Kubernetes cluster for free, using k3s and Oracle always free resources.
    1 project | /r/Terraform | 22 Feb 2022
    This module will deploy a Kubernetes cluster for free, using K3s and Oracle always free resources.
  • Deploy a Kubernetes cluster for free, using K3s and Oracle always free resources
    4 projects | dev.to | 22 Feb 2022
    Var Required Desc region yes set the correct OCI region based on your needs availability_domain yes Set the correct availability domain. See how to find the availability domain compartment_ocid yes Set the correct compartment ocid. See how to find the compartment ocid cluster_name yes the name of your K3s cluster. Default: k3s-cluster k3s_token yes The token of your K3s cluster. How to generate a random token my_public_ip_cidr yes your public ip in cidr format (Example: 195.102.xxx.xxx/32) environment yes Current work environment (Example: staging/dev/prod). This value is used for tag all the deployed resources compute_shape no Compute shape to use. Default VM.Standard.A1.Flex. NOTE Is mandatory to use this compute shape for provision 4 always free VMs os_image_id no Image id to use. Default image: Canonical-Ubuntu-20.04-aarch64-2022.01.18-0. See how to list all available OS images oci_core_vcn_cidr no VCN CIDR. Default: oci_core_vcn_cidr oci_core_subnet_cidr10 no First subnet CIDR. Default: 10.0.0.0/24 oci_core_subnet_cidr11 no Second subnet CIDR. Default: 10.0.1.0/24 oci_identity_dynamic_group_name no Dynamic group name. This dynamic group will contains all the instances of this specific compartment. Default: Compute_Dynamic_Group oci_identity_policy_name no Policy name. This policy will allow dynamic group 'oci_identity_dynamic_group_name' to read OCI api without auth. Default: Compute_To_Oci_Api_Policy kube_api_port no Kube api default port Default: 6443 public_lb_shape no LB shape for the public LB. Default: flexible. NOTE is mandatory to use this kind of shape to provision two always free LB (public and private) http_lb_port no http port used by the public LB. Default: 80 https_lb_port no http port used by the public LB. Default: 443 k3s_server_pool_size no Number of k3s servers deployed. Default 2 k3s_worker_pool_size no Number of k3s workers deployed. Default 2 install_longhorn no Boolean value, install longhorn "Cloud native distributed block storage for Kubernetes". Default: true longhorn_release no Longhorn release. Default: v1.2.3 unique_tag_key no Unique tag name used for tagging all the deployed resources. Default: k3s-provisioner unique_tag_value no Unique value used with unique_tag_key. Default: https://github.com/garutilorenzo/k3s-oci-cluster PATH_TO_PUBLIC_KEY no Path to your public ssh key (Default: "~/.ssh/id_rsa.pub) PATH_TO_PRIVATE_KEY no Path to your private ssh key (Default: "~/.ssh/id_rsa)

oci-arm-host-capacity

Posts with mentions or reviews of oci-arm-host-capacity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-15.
  • getting error while creating 24gb free-tier instance
    1 project | /r/oraclecloud | 9 May 2023
    Use this
  • Got unexpected extra arguments (true file:instanceOptions.json)
    1 project | /r/oraclecloud | 29 Apr 2023
    This is what I used: https://github.com/hitrov/oci-arm-host-capacity. I will add it to my original post.
  • Terminated ARM without knowing about the shortage, am I sol
    1 project | /r/oraclecloud | 19 Apr 2023
    You can set up the php script that u/xitroff wrote or his directions using the OCI cli as cron jobs on another machine.
  • Alternatives to Oracle Cloud's free tier?
    1 project | /r/admincraft | 25 Mar 2023
    You can use this script to get a new instance. I heard good things about Vultr as a paid option. There is no free alternative to Oracle's Free Tier.
  • Question regarding Always Free services
    1 project | /r/oraclecloud | 25 Mar 2023
    Step 4 created the "vendor" subdirectory for you - that's what you were missing based on your error message (just look at line 8 of index.php https://github.com/hitrov/oci-arm-host-capacity/blob/main/index.php):
  • Basic OCI Ampere and PAYG questions
    1 project | /r/oraclecloud | 21 Mar 2023
    I am playing around with OCI and am currently running two VM.Standard.E2.1.Micro instances under the always free tier in Ashburn. Both are running Lookbusy to minimize the risk of them being deactivated for under-usage. One of them is running oci-arm-host-capacity to try and get an Ampere instance.
  • Ampere Availability
    1 project | /r/oraclecloud | 21 Mar 2023
  • Oracle Cloud "Out of host capacity" resolving script help
    1 project | /r/oraclecloud | 17 Mar 2023
    just trying to get a script working that will hopefully get me a vm (been trying manually for a week or so now with no luck) I'm trying to setup this script https://github.com/hitrov/oci-arm-host-capacity but I am completely lost even anyone knows what to do/ have a working script they could help me with? thankyou:)
  • K8s cluster with OCI free-tier and Raspberry Pi4 (part 1)
    5 projects | dev.to | 15 Feb 2023
    Obvious, an OCI account, get it from here - oracle.com/cloud. If you already have an account, be careful not to have any resources provisioned already (even for other users, or compartments), this tutorial will use all free-tier ones. Also be extra careful to pick a region not so popular, as it may have no resources available. Pick a region with enough ARM instances available. If during final steps, terraform is stuck, you can check in OCI > Compute > Instance Pools > select your own > Work requests , if there is Failure _and in that log file there's an error _Out of host capacity, then you must wait, even days until resources are freed. You can run a script from here which will try to create instances until there's something available. When that happens, go fast to your OCI, delete all that was created and then run the terraform scripts;
  • Change Oracle Free Tier Region?
    1 project | /r/VPS | 28 Dec 2022
    anyone already have success with this script https://github.com/hitrov/oci-arm-host-capacity ? How long it usually take? running cron job for this script for about 30 minutes in my vps with no luck..

What are some alternatives?

When comparing k3s-oci-cluster and oci-arm-host-capacity you can also consider the following projects:

oracle-cloud-terraform-examples - Oracle cloud terraform examples, provision oracle cloud resources using terraform

doh-cf-workers - DNS-over-HTTPS proxy on Cloudflare Workers

k3s-aws-terraform-cluster - Deploy an high available K3s cluster on Amazon AWS

Kavita - Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.

longhorn - Cloud-Native distributed storage built on and for Kubernetes

k3s-cluster-on-oracle-cloud-infrastructure - A fully automated Kubernetes k3s cluster deployment including IaC on the Oracle Cloud Infrastructure, which is always free.

terraform-oci-tdf-network-security - (OCI) Oracle Cloud Infrastructure module to manage security policies

outline-apps - Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them access to the free and open internet.

flannel - flannel is a network fabric for containers, designed for Kubernetes

free-kubernetes-oracle-cloud-terraform

terraform-hcloud-kube-hetzner - Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!

iac-intro-terraform-packer - Assets for the "Introduction to Infrastructure as Code with Terraform and Packer" article on Dev.to