all
Business
data science
design
development
our journey
Strategy Pattern
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

OpenShift vs Kubernetes: Which Should You Choose in 2026? (Complete Comparison + Decision Guide)

OpenShift vs Kubernetes is a comparison between a managed enterprise container platform and an open source container orchestration system. Kubernetes provides flexibility and control for deploying and managing containerised applications, while OpenShift builds on Kubernetes with additional tools, security features and automation designed for enterprise environments.

Choosing between OpenShift and Kubernetes depends on your team’s expertise, operational capacity and business requirements. In this guide, you will learn the key differences, costs and trade-offs, along with clear recommendations to help you decide which platform is the right fit for your organisation.

In short:

  • Kubernetes is an open source container orchestration system that offers maximum flexibility and control, but requires more setup and operational expertise.
  • OpenShift is a Kubernetes-based platform that adds built-in security, developer tools and automation, making it easier to manage at scale.
  • Choose Kubernetes if you have a strong DevOps team, need customisation or want to minimise licensing costs.
  • Choose OpenShift if you prioritise faster setup, enterprise-grade security and reduced operational complexity.
  • Both platforms are powerful, but the right choice depends on your team’s maturity, budget and compliance requirements.
blue arrow to the left
Imaginary Cloud logo

What is Kubernetes?

Kubernetes is an open source container orchestration platform used to deploy, manage and scale containerised applications. It automates tasks such as load balancing, scaling and service discovery across clusters. Kubernetes offers high flexibility and portability, and is available through managed services like AKS, EKS and GKE, although it requires operational expertise to configure and maintain effectively.

Written in Go, Kubernetes is a container management tool specialized in deploying, automating, and scaling applications. It has a fast development cycle, with new versions coming out every couple of months, being appreciated by developers for promoting innovation, thanks to a strong community with many groups invested in the evolution of K8s (Kubernetes short-form name).

Kubernetes is used together with Docker as complementary technologies, but it also supports many other frameworks. Kubernetes includes other advantageous features such as load-balancing, networking, security, self-healing, and high scalability across all the nodes that run on the built containers.

Kubernetes plays a central role in modern cloud-native platforms, which rely on scalable and automated infrastructure.

Verdict: Kubernetes is best for teams that need maximum flexibility and control, but are prepared to manage complexity.

blue arrow to the left
Imaginary Cloud logo

What is Red Hat OpenShift?

OpenShift is an enterprise container platform built on Kubernetes that simplifies the deployment, management and scaling of containerised applications. Developed by Red Hat, it extends Kubernetes with integrated tools for CI/CD, security, monitoring and developer workflows. Compared to Kubernetes, OpenShift provides a more opinionated, ready-to-use environment, making it easier for teams to adopt Kubernetes without managing the underlying complexity.

Developed by Red Hat, OpenShift is written in Go and AngularJS. It supports Java, Go, Node.js, Python, PHP and Ruby, but it can be extended to support other programming languages. OpenShift integrates easily with other DevOps tools, and it’s Open Container Initiative (OCI) compliant for container hosting and runtime. It can use Docker containers and as it is Kubernetes-based, will feel familiar to developers coming from those platforms.

Companies working with OpenShift are looking for an all-in-one platform with strict security policies, faster application deployment, and dedicated support. These characteristics make it a very attractive solution for large-scale projects or smaller enterprises that lack the dedicated resources to manage, secure, and monitor their applications.

Verdict: OpenShift is best for organisations that want a ready-to-use Kubernetes platform with built-in tools and enterprise-grade security.

blue arrow to the left
Imaginary Cloud logo

What are the key differences between Kubernetes vs OpenShift?

Understanding the key differences between Kubernetes vs OpenShift is essential when deciding which platform best fits your team and infrastructure. While OpenShift is built on Kubernetes, the two platforms differ significantly in terms of flexibility, developer experience, security and cost.

Feature Kubernetes OpenShift
Type Open source container orchestration platform Enterprise Kubernetes platform (by Red Hat)
Ease of use Requires setup and configuration Pre-configured and easier to use out of the box
Flexibility Highly flexible and customisable More opinionated, less customisation
Developer tools Requires external tools for CI/CD and builds Built-in CI/CD pipelines and developer workflows
Security Strong capabilities but requires manual configuration Built-in security policies and stricter defaults
Cost Free (open source), but higher operational costs Paid licensing, lower operational overhead
Operations Managed internally or via cloud providers Automated operations and integrated tools
Best for Startups, scale-ups, platform teams Enterprises, regulated industries

Architecture and control

Kubernetes is an open source container orchestration system that gives teams full control over cluster configuration, networking and deployments. This flexibility makes Kubernetes ideal for teams that need custom environments or multi-cloud setups.

OpenShift, by contrast, is a Kubernetes-based platform with a more opinionated architecture. It abstracts many configuration decisions and provides pre-configured components, which reduces setup time but limits low-level customisation.

Developer experience

One of the main differences between OpenShift vs Kubernetes is the developer experience. Kubernetes requires additional tooling to support CI/CD pipelines, container builds and deployments.

OpenShift includes built-in developer tools, such as integrated CI/CD pipelines and image management, making it easier for development teams to ship applications faster without assembling multiple external tools.

Security and compliance

Security is a key factor in the Kubernetes vs OpenShift comparison. Kubernetes provides strong security capabilities, but they must be configured manually, including role-based access control, network policies and secrets management.

OpenShift comes with stricter security defaults out of the box, including enforced policies, integrated authentication and compliance-ready configurations. This makes OpenShift more suitable for enterprises and regulated industries.

Cost and licensing

Kubernetes is free and open source, which makes it attractive for organisations looking to reduce licensing costs. However, operational costs can increase due to the need for skilled DevOps engineers and ongoing maintenance.

OpenShift introduces licensing costs, but reduces operational overhead by providing a more managed and integrated platform. For some organisations, this trade-off results in lower total cost of ownership.

Operations and maintenance

Kubernetes requires teams to manage cluster setup, upgrades, monitoring and scaling. This gives maximum control, but also increases complexity and operational burden.

OpenShift simplifies operations by offering automated updates, integrated monitoring and built-in management tools. This makes it easier to run Kubernetes at scale with fewer internal resources.

In summary, the difference between Kubernetes vs OpenShift comes down to flexibility versus simplicity. Kubernetes offers greater control and customisation, while OpenShift provides a more streamlined, enterprise-ready platform with built-in tools and security.

Verdict: The difference between Kubernetes vs OpenShift comes down to flexibility versus simplicity, with Kubernetes offering control and OpenShift offering convenience.

Use case Best choice Why
Startup or scale-up Kubernetes Lower cost and high flexibility for evolving products
Enterprise organisation OpenShift Built-in governance, security and standardisation
Small DevOps team OpenShift Reduced operational complexity and faster setup
Mature platform team Kubernetes Full control to build custom internal platforms
Regulated industry OpenShift Strong security defaults and compliance support
Multi-cloud strategy Kubernetes Greater portability across cloud providers

Four things to remember when choosing a tech stack CTA
blue arrow to the left
Imaginary Cloud logo

When should you choose Kubernetes over OpenShift?

Choosing between Kubernetes vs OpenShift depends largely on your team’s technical maturity, budget and need for flexibility. In many cases, Kubernetes is the better choice when control and customisation are priorities.

You should choose Kubernetes if:

  • You have an experienced DevOps or platform engineering team capable of managing infrastructure, security and deployments
  • You need full control over your architecture, including networking, integrations and multi-cloud environments
  • You want to avoid vendor lock-in and maintain portability across cloud providers
  • You are using or planning to use managed Kubernetes services such as AKS, EKS or GKE
  • You need to optimise for cost and prefer open source solutions over licensed platforms

Kubernetes is particularly well suited for startups and scale-ups that require flexibility and want to build tailored platforms that evolve with their product. It also fits organisations adopting cloud-native architectures where custom workflows and integrations are critical.

However, while Kubernetes offers greater freedom, it also introduces more complexity. Teams must handle configuration, security and ongoing maintenance, which can increase operational overhead if not managed properly.

In the Kubernetes vs OpenShift comparison, Kubernetes is the right choice when you value flexibility, control and cost efficiency over convenience and built-in tooling.

Verdict: Choose Kubernetes when you have the expertise to manage it and need flexibility, portability and cost efficiency.

blue arrow to the left
Imaginary Cloud logo

When should you choose OpenShift over Kubernetes?

In the OpenShift vs Kubernetes comparison, OpenShift is often the better choice for organisations that prioritise simplicity, security and faster time to value over full control and customisation.

You should choose OpenShift if:

  • You do not have a large or specialised DevOps team to manage Kubernetes infrastructure
  • You want a fully integrated platform with built-in CI/CD, monitoring and developer tools
  • You operate in a regulated industry and require strong security and compliance by default
  • You need standardised environments across teams to reduce operational risk
  • You prefer a supported, enterprise-grade solution backed by a vendor

OpenShift is particularly well suited for enterprises and organisations undergoing digital transformation, where consistency, governance and reliability are critical. It allows teams to adopt Kubernetes without dealing with the complexity of configuring and maintaining it from scratch.

While OpenShift introduces licensing costs, it can reduce operational burden and accelerate delivery, which may result in a lower total cost of ownership for larger organisations.

In the Kubernetes vs OpenShift decision, OpenShift is the right choice when you value ease of use, built-in security and enterprise support over flexibility and low upfront cost.

Verdict: Choose OpenShift when you prioritise ease of use, security and faster time to value over full customisation.

Decision Helper

Identify your primary project driver to see which orchestration path aligns best with your organisational requirements.

blue arrow to the left
Imaginary Cloud logo

What are real-world use cases for Kubernetes vs OpenShift?

Looking at real-world use cases helps clarify how Kubernetes vs OpenShift is applied in practice across different industries, team structures and scalability needs.

Scenario 1: Digital-native companies standardising deployments with Kubernetes

Organisations like Airbnb have adopted Kubernetes to automate the deployment and scaling of microservices, reducing manual intervention and improving reliability across distributed systems.

This highlights a common Kubernetes use case: enabling consistent, automated application delivery in fast-moving product environments.

Scenario 2: Enterprises using OpenShift for regulated environments

A real-world example of OpenShift is a Saudi Arabian bank that migrated from VMware to Red Hat OpenShift to improve compliance, reduce infrastructure costs and accelerate delivery. The platform allowed them to enforce strict security controls while reducing provisioning time from weeks to hours.

In the Kubernetes vs OpenShift comparison, OpenShift is often chosen in regulated industries where governance, auditability and security are critical.

Scenario 3: Hybrid cloud and enterprise platforms combining Kubernetes and OpenShift

Some organisations use both Kubernetes and OpenShift as part of a hybrid strategy. For example, Amadeus, a global travel technology company, has migrated to Kubernetes while also leveraging OpenShift as part of its cloud-native transformation to improve efficiency and scalability.

This shows that Kubernetes vs OpenShift is not always a strict choice. In many cases, OpenShift is used as an enterprise layer on top of Kubernetes.

These real-world examples show that Kubernetes vs OpenShift is ultimately a question of scale, control and organisational complexity. Kubernetes is often used by companies that prioritise flexibility and engineering control, while OpenShift is widely adopted by enterprises that need security, consistency and faster operational outcomes.

Verdict: Kubernetes vs OpenShift is not about which is better overall, but which aligns best with your scale, industry and technical capabilities.

blue arrow to the left
Imaginary Cloud logo

How do costs compare between Kubernetes vs OpenShift?

Cost is a critical factor in the Kubernetes vs OpenShift decision, but it goes beyond simple licensing. You need to consider total cost of ownership, including infrastructure, tooling and operational effort.

Kubernetes costs

Kubernetes is open source and free to use, which makes it attractive for cost-conscious teams. However, the real cost comes from:

  • Infrastructure, whether self-hosted or via managed services like AKS, EKS or GKE
  • DevOps and platform engineering resources required to set up, secure and maintain clusters
  • Additional tools for CI/CD, monitoring, logging and security

While Kubernetes reduces upfront costs, it can increase ongoing operational expenses, especially if your team lacks experience.

OpenShift costs

OpenShift is a licensed platform, which introduces a direct cost component. Pricing typically includes:

  • Subscription fees for the OpenShift platform
  • Enterprise support from Red Hat
  • Access to integrated tools and features

However, OpenShift can reduce indirect costs by simplifying operations. With built-in CI/CD, security and management tools, teams spend less time configuring and maintaining infrastructure.

Total cost of ownership

In the Kubernetes vs OpenShift comparison, the cheapest option is not always the most cost-effective.

  • Kubernetes is often more cost-efficient for startups and teams with strong in-house expertise
  • OpenShift can offer better value for enterprises by reducing operational overhead and risk

The right choice depends on how you balance licensing costs against engineering time, complexity and long-term scalability.

Managed Kubernetes vs OpenShift: AKS vs OpenShift, EKS vs OpenShift and GKE vs OpenShift

A common comparison in the Kubernetes vs OpenShift decision is not raw Kubernetes, but managed Kubernetes services such as Azure Kubernetes Service (AKS), Amazon EKS and Google Kubernetes Engine (GKE).

Managed Kubernetes platforms like AKS vs OpenShift, EKS vs OpenShift and GKE vs OpenShift are increasingly relevant comparisons because they reduce infrastructure complexity while still offering Kubernetes flexibility.

With managed Kubernetes:

  • AKS (Azure Kubernetes Service) integrates tightly with the Microsoft ecosystem, making it a strong choice for organisations already using Azure
  • EKS (Amazon Elastic Kubernetes Service) is optimised for AWS environments, offering deep integration with AWS services
  • GKE (Google Kubernetes Engine) provides advanced automation and is often considered the most mature managed Kubernetes offering

These services handle cluster provisioning, scaling and maintenance, but still require teams to:

  • configure security and access control
  • set up CI/CD pipelines
  • manage monitoring, logging and tooling
  • define internal platform standards

OpenShift, by contrast, provides a fully integrated platform layer on top of Kubernetes, including built-in CI/CD, security policies, developer workflows and governance.

In the managed Kubernetes vs OpenShift comparison:

  • Choose AKS vs OpenShift if you are in the Microsoft ecosystem and want flexibility with reduced infrastructure overhead
  • Choose EKS vs OpenShift if you are AWS-native and prefer building your own platform with modular services
  • Choose GKE vs OpenShift if you prioritise automation and scalability with strong Kubernetes-native tooling
  • Choose OpenShift if you want a standardised, enterprise-ready platform with built-in security and minimal setup

For most organisations, this is the real decision. It is not just Kubernetes vs OpenShift, but whether to assemble your own platform using AKS, EKS or GKE, or adopt an integrated platform like OpenShift that reduces operational complexity from day one.

Verdict:

- Kubernetes is cheaper upfront, but OpenShift can be more cost-effective at scale due to reduced operational overhead.
- The real decision is often managed Kubernetes vs OpenShift, meaning whether to build your own platform or adopt a fully integrated one.

Cost breakdown by team type

The real cost difference between Kubernetes vs OpenShift becomes clearer when analysed by team structure and organisational maturity.

Startups and small teams

For startups and small teams, Kubernetes is usually the more cost-effective option.

  • No licensing costs
  • Can leverage managed Kubernetes services like AKS, EKS or GKE
  • Lower upfront investment

However, costs can increase if the team lacks experience and needs to invest time in setup, security and maintenance.

OpenShift, while easier to use, may introduce unnecessary licensing costs at this stage.

Best choice: Kubernetes

Scale-ups with growing DevOps needs

As teams grow, the Kubernetes vs OpenShift cost balance becomes less obvious.

  • Kubernetes still offers cost savings, but operational complexity increases
  • Teams may need to invest in tooling, monitoring and platform standardisation
  • Managed Kubernetes helps, but does not eliminate all overhead

OpenShift can reduce operational burden by providing a more structured platform, which may improve productivity and time to market.

Best choice: Depends on team expertise and growth speed

Enterprises with large engineering teams

For enterprises, cost is less about licensing and more about efficiency and risk.

  • Kubernetes can become expensive due to large platform teams and complex operations
  • Standardisation across teams can be difficult to enforce
  • Security and compliance require significant effort

OpenShift often reduces these costs by:

  • standardising environments
  • enforcing security policies
  • reducing operational overhead

Best choice: OpenShift in many cases

Regulated industries

In regulated sectors such as finance, healthcare or government, compliance costs are significant.

  • Kubernetes requires manual implementation of security and compliance controls
  • OpenShift provides built-in policies and governance features

This can reduce audit effort, risk and time to compliance.

Best choice: OpenShift

Platform engineering teams

For organisations with mature platform engineering teams:

  • Kubernetes enables full customisation and optimisation
  • Teams can build internal platforms tailored to their needs
  • Costs can be controlled through efficient architecture

OpenShift may be too restrictive for highly specialised environments.

Best choice: Kubernetes

Verdict: Kubernetes is more cost-efficient for smaller or highly skilled teams, while OpenShift often delivers better value for larger organisations by reducing operational complexity and risk.

blue arrow to the left
Imaginary Cloud logo

What should you consider when migrating between Kubernetes and OpenShift?

Migrating between Kubernetes vs OpenShift is possible, but it requires careful planning around architecture, tooling and operations. Since OpenShift is built on Kubernetes, moving from Kubernetes to OpenShift is typically more straightforward than the reverse.

Key considerations include:

  • Application compatibility: Most Kubernetes workloads can run on OpenShift, but security constraints and policies may require adjustments
  • CI/CD pipelines: OpenShift includes built-in pipelines, so existing Kubernetes setups may need to be adapted or replaced
  • Security policies: OpenShift enforces stricter defaults, which can impact how containers are built and deployed
  • Operational model: Teams may need to shift from a custom Kubernetes setup to a more standardised platform approach
  • Vendor lock-in and portability: Moving from OpenShift back to Kubernetes can require reconfiguring platform-specific features

For organisations already using managed Kubernetes services like AKS, EKS or GKE, migrating to OpenShift often involves evaluating whether the benefits of standardisation and built-in tooling outweigh the flexibility of existing setups.

Verdict: Migration between Kubernetes vs OpenShift is feasible, but the effort depends on how customised your current platform is and how tightly you rely on ecosystem-specific features.

blue arrow to the left
Imaginary Cloud logo

How does vendor lock-in compare between Kubernetes vs OpenShift?

Vendor lock-in is an important consideration when evaluating Kubernetes vs OpenShift, especially for organisations planning long-term cloud and platform strategies.

Kubernetes is open source and highly portable, allowing workloads to run across different environments, including on-premise infrastructure and cloud providers like AKS, EKS and GKE. This makes it easier to avoid dependency on a single vendor and supports multi-cloud strategies.

OpenShift, while built on Kubernetes, introduces a stronger level of vendor dependency through its platform-specific features, tooling and subscription model. Although applications remain portable at the Kubernetes level, organisations may rely on OpenShift-specific components for CI/CD, security and operations.

In practice:

  • Kubernetes offers greater flexibility and portability with minimal vendor lock-in
  • OpenShift provides a more integrated experience, but increases reliance on the Red Hat ecosystem

For most organisations, the trade-off is between control and portability versus standardisation and convenience.

Verdict: Kubernetes minimises vendor lock-in and maximises portability, while OpenShift offers a more integrated platform at the cost of increased ecosystem dependency.

What are common misconceptions about Kubernetes vs OpenShift?

When comparing Kubernetes vs OpenShift, there are several common misconceptions that can lead to poor decision-making. Clarifying these helps ensure you choose the right platform based on facts rather than assumptions.

“OpenShift is just Kubernetes”

OpenShift is built on Kubernetes, but it is not just Kubernetes. It adds a full platform layer with integrated tools for CI/CD, security, monitoring and developer workflows. In the OpenShift vs Kubernetes comparison, OpenShift is a more complete, opinionated solution rather than a standalone orchestration tool.

“Kubernetes has no security”

Kubernetes provides strong security features such as role-based access control, network policies and secrets management. However, these must be configured and maintained by your team. The difference between Kubernetes vs OpenShift is that OpenShift enforces stricter security defaults out of the box.

“OpenShift removes all complexity”

OpenShift simplifies many aspects of Kubernetes, but it does not eliminate complexity entirely. Teams still need to understand containerisation, deployment strategies and infrastructure concepts. OpenShift reduces operational overhead, but it is not a fully managed, hands-off solution.

“Kubernetes is always cheaper”

While Kubernetes has no licensing cost, it can become expensive when you factor in engineering time, tooling and maintenance. In some cases, OpenShift’s licensing cost is offset by reduced operational effort, making the total cost of ownership comparable or even lower.

Understanding these misconceptions is key to making an informed Kubernetes vs OpenShift decision. Both platforms are powerful, but they solve different problems depending on your organisation’s needs, expertise and scale.

Verdict: Many misconceptions about Kubernetes vs OpenShift come from oversimplification, and the right choice depends on context, not assumptions.

What are common misconceptions about Kubernetes vs OpenShift?

When comparing Kubernetes vs OpenShift, there are several common misconceptions that can lead to poor decision-making. Clarifying these helps ensure you choose the right platform based on facts rather than assumptions.

“OpenShift is just Kubernetes”

OpenShift is built on Kubernetes, but it is not just Kubernetes. It adds a full platform layer with integrated tools for CI/CD, security, monitoring and developer workflows. In the OpenShift vs Kubernetes comparison, OpenShift is a more complete, opinionated solution rather than a standalone orchestration tool.

“Kubernetes has no security”

Kubernetes provides strong security features such as role-based access control, network policies and secrets management. However, these must be configured and maintained by your team. The difference between Kubernetes vs OpenShift is that OpenShift enforces stricter security defaults out of the box.

“OpenShift removes all complexity”

OpenShift simplifies many aspects of Kubernetes, but it does not eliminate complexity entirely. Teams still need to understand containerisation, deployment strategies and infrastructure concepts. OpenShift reduces operational overhead, but it is not a fully managed, hands-off solution.

“Kubernetes is always cheaper”

While Kubernetes has no licensing cost, it can become expensive when you factor in engineering time, tooling and maintenance. In some cases, OpenShift’s licensing cost is offset by reduced operational effort, making the total cost of ownership comparable or even lower.

Understanding these misconceptions is key to making an informed Kubernetes vs OpenShift decision. Both platforms are powerful, but they solve different problems depending on your organisation’s needs, expertise and scale.

Verdict: Many misconceptions about Kubernetes vs OpenShift come from oversimplification, and the right choice depends on context, not assumptions.

blue arrow to the left
Imaginary Cloud logo

Final Thoughts

Choosing between Kubernetes vs OpenShift is a strategic decision. Kubernetes offers flexibility and control for teams with strong expertise, while OpenShift simplifies operations with built-in security and enterprise-ready tooling.

If you are deciding between Kubernetes vs OpenShift and need expert guidance, contact Imaginary Cloud. We help you design and scale the right platform for your business goals.

blue arrow to the left
Imaginary Cloud logo

FAQ

Is OpenShift just Kubernetes?

No. OpenShift is built on Kubernetes, but it extends it with additional tools for security, CI/CD and developer workflows. Kubernetes is the core orchestration engine, while OpenShift adds a platform layer designed to simplify and standardise operations.

Which is better: Kubernetes or OpenShift?

Neither is universally better. Kubernetes is more flexible and cost-efficient, while OpenShift is easier to manage and more enterprise-ready. The best choice depends on your team’s expertise, budget and compliance requirements.

Is OpenShift worth the cost compared to Kubernetes?

OpenShift can be worth the cost for enterprises because it reduces operational complexity and includes built-in tools and support. Kubernetes has no licensing fees, but may require more engineering resources, which can increase total cost of ownership.

Can you use Kubernetes and OpenShift together?

Yes. OpenShift runs on top of Kubernetes, so both can coexist in the same ecosystem. Some organisations use Kubernetes for flexibility and OpenShift as a standardised platform layer for enterprise workloads.

What is the main difference between Kubernetes vs OpenShift?

The main difference is that Kubernetes is an open source container orchestration system, while OpenShift is a Kubernetes-based platform with added enterprise features like automation, security and integrated tooling.

Build scalable products with web and mobile development CTA

Alex Gamela
Alex Gamela

Content writer and digital media producer with an interest in the symbiotic relationship between tech and society. Books, music, and guitars are a constant.

Read more posts by this author
Rute Figueiredo
Rute Figueiredo

Software developer with a big curiosity about technology and how it impacts our life. Love for sports, music, and learning!

Read more posts by this author
Alexandra Mendes
Alexandra Mendes

Alexandra Mendes is a Senior Growth Specialist at Imaginary Cloud with 3+ years of experience writing about software development, AI, and digital transformation. After completing a frontend development course, Alexandra picked up some hands-on coding skills and now works closely with technical teams. Passionate about how new technologies shape business and society, Alexandra enjoys turning complex topics into clear, helpful content for decision-makers.

LinkedIn

Read more posts by this author

People who read this post, also found these interesting:

arrow left
arrow to the right
Dropdown caret icon