TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    GitHub

    Score9.2 out of 10
    N/AGitHub is a platform that hosts public and private code and provides software development and collaboration tools. Features include version control, issue tracking, code review, team management, syntax highlighting, etc. Personal plans ($0-50), Organizational plans ($0-200), and Enterprise plans are available.

    $4

    per month per user

    Kubernetes

    Score9.1 out of 10
    N/AKubernetes is an open-source container cluster manager.N/A
    Pricing
    GitHubKubernetes
    Editions & Modules
    Team
    $40
    per year per user
    Enterprise
    $210
    per year per user
    No answers on this topic
    Offerings
    Pricing Offerings
    GitHubKubernetes
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details
    More Pricing Information
    Community Pulse
    GitHubKubernetes
    Considered Both Products
    GitHub
    Chose GitHub
    GitHub comes handy in terms of usage and capabilities, it is easy to use and quite a user friendly tools when it comes to user experience, with limited UI/UX and it has vast exposure when it comes to third party integration and being quite mature and yet evolving and popular …
    Incentivized
    Kubernetes
    Chose Kubernetes
    We already had an enterprise Kubernetes 8 set up, so once we got our namespace it took me about 2 weeks to go from not knowing anything to having a self-contained jar in a container, running on Kubernetes 8. In comparison, it took me two weeks to install Java on a blank server …
    Incentivized
    Key User Insights
    Would buy again
    96%
    Would buy again
    47 Answers
    100%
    Would buy again
    9 Answers
    Delivers good value for the price
    98%
    Delivers good value for the price
    46 Answers
    100%
    Delivers good value for the price
    9 Answers
    Happy with the feature set
    98%
    Happy with the feature set
    48 Answers
    100%
    Happy with the feature set
    9 Answers
    Lived up to sales and marketing promises
    95%
    Lived up to sales and marketing promises
    38 Answers
    100%
    Lived up to sales and marketing promises
    5 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    42 Answers
    75%
    Implementation went as expected
    6 Answers
    Features
    GitHubKubernetes
    Version Control Software Features
    Comparison of Version Control Software Features features of GitHub and Kubernetes
    Feature
    GitHub
    9.4
    10 Ratings
    7% above category average
    Kubernetes
    -
    Ratings
    Branching and Merging9.710 Ratings00 Ratings
    Version History9.710 Ratings00 Ratings
    Version Control Collaboration Tools9.89 Ratings00 Ratings
    Pull Requests9.710 Ratings00 Ratings
    Code Review Tools8.89 Ratings00 Ratings
    Project Access Control9.210 Ratings00 Ratings
    Automated Testing Integration8.810 Ratings00 Ratings
    Issue Tracking Integration8.910 Ratings00 Ratings
    Branch Protection9.89 Ratings00 Ratings
    Container Management
    Comparison of Container Management features of GitHub and Kubernetes
    Feature
    GitHub
    -
    Ratings
    Kubernetes
    9.2
    4 Ratings
    12% above category average
    Security and Isolation00 Ratings9.34 Ratings
    Container Orchestration00 Ratings9.84 Ratings
    Cluster Management00 Ratings9.84 Ratings
    Storage Management00 Ratings8.64 Ratings
    Resource Allocation and Optimization00 Ratings8.84 Ratings
    Discovery Tools00 Ratings9.34 Ratings
    Update Rollouts and Rollbacks00 Ratings9.34 Ratings
    Self-Healing and Recovery00 Ratings9.33 Ratings
    Analytics, Monitoring, and Logging00 Ratings9.04 Ratings
    Best Alternatives
    GitHubKubernetes
    Small Businesses
    Git
    Score10 out of 10
    Mirantis Kubernetes Engine
    Score8 out of 10
    Medium-sized Companies
    Git
    Score10 out of 10
    Amazon Elastic Container Service (Amazon ECS)
    Score8.6 out of 10
    Enterprises
    Perforce P4
    Score7.5 out of 10
    SUSE Rancher
    Score9.4 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    GitHubKubernetes
    Likelihood to Recommend
    9.9
    (131 ratings)
    8.7
    (19 ratings)
    Likelihood to Renew
    10.0
    (1 ratings)
    10.0
    (1 ratings)
    Usability
    9.4
    (10 ratings)
    9.0
    (3 ratings)
    Support Rating
    8.8
    (26 ratings)
    -
    (0 ratings)
    User Testimonials
    GitHubKubernetes
    Likelihood to Recommend
    GitHub
    GitHub is an easy to go tool when it comes to Version Controlling, CI/CD workflows, Integration with third party softwares. It's effective for any level of CI/CD implementation you would like to. Also the the cost of product is also very competitive and affordable. As of now GitHub lacks capabilities when it comes to detailed project management in comparison to tools like Jira, but overall its value for money.
    Incentivized
    Read full review
    Kubernetes
    K8s should be avoided - If your application works well without being converted into microservices-based architecture & fits correctly in a VM, needs less scaling, have a fixed traffic pattern then it is better to keep away from Kubernetes. Otherwise, the operational challenges & technical expertise will add a lot to the OPEX. Also, if you're the one who thinks that containers consume fewer resources as compared to VMs then this is not true. As soon as you convert your application to a microservice-based architecture, a lot of components will add up, shooting your resource consumption even higher than VMs so, please beware. Kubernetes is a good choice - When the application needs quick scaling, is already in microservice-based architecture, has no fixed traffic pattern, most of the employees already have desired skills.
    Incentivized
    Read full review
    Pros
    GitHub
    • Version control: GitHub provides a powerful and flexible Git-based version control system that allows teams to track changes to their code over time, collaborate on code with others, and maintain a history of their work.
    • Code review: GitHub's pull request system enables teams to review code changes, discuss suggestions and merge changes in a central location. This makes it easier to catch bugs and ensure that code quality remains high.
    • Collaboration: GitHub provides a variety of collaboration tools to help teams work together effectively, including issue tracking, project management, and wikis.
    Read full review
    Kubernetes
    • Complex cluster management can be done with simple commands with strong authentication and authorization schemes
    • Exhaustive documentation and open community smoothens the learning process
    • As a user a few concepts like pod, deployment and service are sufficient to go a long way
    Incentivized
    Read full review
    Cons
    GitHub
    • Not an easy tool for beginners. Prior command-line experience is expected to get started with GitHub efficiently.
    • Unlike other source control platforms GitHub is a little confusing. With no proper GUI tool its hard to understand the source code version/history.
    • Working with larger files can be tricky. For file sizes above 100MB, GitHub expects the developer to use different commands (lfs).
    • While using the web version of GitHub, it has some restrictions on the number of files that can be uploaded at once. Recommended action is to use the command-line utility to add and push files into the repository.
    Read full review
    Kubernetes
    • Local development, Kubernetes does tend to be a bit complicated and unnecessary in environments where all development is done locally.
    • The need for add-ons, Helm is almost required when running Kubernetes. This brings a whole new tool to manage and learn before a developer can really start to use Kubernetes effectively.
    • Finicy configmap schemes. Kubernetes configmaps often have environment breaking hangups. The fail safes surrounding configmaps are sadly lacking.
    Incentivized
    Read full review
    Likelihood to Renew
    GitHub
    GitHub's ease of use and continued investment into the Developer Experience have made it the de facto tool for our engineers to manage software changes. With new features that continue to come out, we have been able to consolidate several other SaaS solutions and reduce the number of tools required for each engineer to perform their job responsibilities.
    Read full review
    Kubernetes
    The Kubernetes is going to be highly likely renewed as the technologies that will be placed on top of it are long term as of planning. There shouldn't be any last minute changes in the adoption and I do not anticipate sudden change of the core underlying technology. It is just that the slow process of technology adoption that makes it hard to switch to something else.
    Read full review
    Usability
    GitHub
    GitHub is a clean and modern interface. The underlying integrations make it smooth to couple tasks, projects, pull requests and other business functions together. The insights and reporting is really strong and is getting better with every release. GitHub's PR tooling is strong for being web based, i do believe a better code editor would rival having to pull merge conflicts into local IDE.
    Incentivized
    Read full review
    Kubernetes
    It is an eminently usable platform. However, its popularity is overshadowed by its complexity. To properly leverage the capabilities and possibilities of Kubernetes as a platform, you need to have excellent understanding of your use case, even better understanding of whether you even need Kubernetes, and if yes - be ready to invest in good engineering support for the platform itself
    Incentivized
    Read full review
    Support Rating
    GitHub
    There are a ton of resources and tutorials for GitHub online. The sheer number of people who use GitHub ensures that someone has the exact answer you are looking for. The docs on GitHub itself are very thorough as well. You will often find an official doc along with the hundreds of independent tutorials that answers your question, which is unusual for most online services.
    Incentivized
    Read full review
    Kubernetes
    No answers on this topic
    Alternatives Considered
    GitHub
    While I don't have very much experience with these 2 solutions, they're two of the most popular alternatives to GitHub. Bitbucket is from Atlassian, which may make sense for a team that is already using other Atlassian tools like Jira, Confluence, and Trello, as their integration will likely be much tighter. Gitlab on the other hand has a reputation as a very capable GitHub replacement with some features that are not available on GitHub like firewall tools.
    Incentivized
    Read full review
    Kubernetes
    Most of the required features for any orchestration tool or framework, which is provided by Kubernetes. After understanding all modules and features of the K8S, it is the best fit for us as compared with others out there.
    Incentivized
    Read full review
    Return on Investment
    GitHub
    • Team collaboration significantly improved as everything is clearly logged and maintained.
    • Maintaining a good overview of items will be delivered wrt the roadmap for example.
    • Knowledge management and tracking. Over time a lot of tickets, issues and comments are logged. GitHub is a great asset to go back and review why x was y.
    Incentivized
    Read full review
    Kubernetes
    • Because of microservices, Kubernetes makes it easy to find the cost of each application easily.
    • Like every new technology, initially, it took more resources to educate ourselves but over a period of time, I believe it's going to be worth it.
    Incentivized
    Read full review
    ScreenShots