American-United merger fades, but airline deal talk heats up


It has been just over a week since rumors began to swirl about American Airlines, United Airlines and what would have been an industry-altering merger between two top rivals.

For now, at least, it appears those talks have been put to rest.

That’s after American Airlines effectively said “no thanks,” and President Donald Trump appeared to throw cold water on the idea on Tuesday.

But some lawmakers still have questions. We suspect you do, too.

Allow us to catch you up and explain why the next big airline merger may still be coming, even if it doesn’t involve two of the U.S.’ Big Three carriers joining forces.

Why are we even talking about an American-United merger?

The head-turning talk about combining American and United bubbled up last week, when Bloomberg and others reported that United CEO Scott Kirby had floated the idea of a merger to top lawmakers in Washington, D.C.

Immediately, antitrust experts and consumer advocates bristled at the idea, which would have created a massive airline that would have dwarfed even the world’s second-largest carrier.

TPG founder Brian Kelly said the move would be “catastrophic” for flyers.

united american SJO
United Airlines and American Airlines aircraft in San Jose, Costa Rica. DANIEL SLIM/AFP/GETTY IMAGES

“Outlandish” was the word used by Florian Ederer, professor at Boston University’s Questrom School of Business, when we talked last week.

Reward your inbox with the TPG Daily newsletter

Join over 700,000 readers for breaking news, in-depth guides and exclusive deals from TPG’s experts

He said a merger between two of the country’s largest airlines would likely be blocked — even in the more relaxed regulatory environment currently seen in Washington, D.C.

“Even in the Trump administration,” Ederer said, “this would be looked upon as being absurd.”

American: ‘No thanks’

In any event, it takes two to tango.

And late last week, American made it clear where it stands.

“American Airlines is not engaged with or interested in any discussions regarding a merger with United Airlines,” the Fort Worth-based carrier said in a statement late Friday, which essentially acknowledged such a deal would be a net-negative for consumers.

United declined to comment.

A letter from Washington, D.C.

Lawmakers still weren’t convinced.

Over the weekend, American and United received a sternly worded letter from a bipartisan duo of senators who demanded to know whether the two airlines have, in fact, discussed a merger.

U.S. Capitol Building dome
The U.S. Capitol in Washington. PENNY ROGERS PHOTOGRAPHY/MOMENT/GETTY IMAGES

Such a deal “could lead to increased prices for consumers, at a time when airlines are already squeezing flyers through higher fares and fees,” Sens. Elizabeth Warren, D-Mass., and Mike Lee, R-Utah, wrote Sunday.

White House weighs in

Then came the White House, which looms large in determining whether any big airline merger ultimately gets the green light.

Speaking Tuesday morning in a live interview on CNBC’s Squawk Box, Trump was asked about an American-United deal.

“I don’t like it,” he quickly said.

“American, it’s doing fine and United is doing very well,” Trump added. “I don’t like having them merge.”

A merger may be coming, though

But even if American and United don’t actually pair up (the merger seems unlikely at this point), there does seem to be growing momentum toward some sort of airline industry merger in the U.S.

SEAN CUDAHY/THE POINTS GUY

Could history repeat itself?

Skyrocketing jet fuel costs have eaten into airlines’ bottom lines, adding particular pressure to a handful of low-cost carriers that had already been struggling to turn a profit.

This month, Delta Air Lines CEO Ed Bastian noted that a similar situation in the past led to a wave of corporate deals that created today’s airline industry, which is dominated by a small number of very large carriers.

“What drove consolidation was higher fuel prices back in 2009, 2010, 2011,” Bastian told analysts on this month’s earnings call. “So I anticipate higher fuel prices will cause much more significant structural reform than we’ve seen over this period.”

Spirit’s struggles front and center

Delta isn’t alone in that prediction.

In rebuffing United on Friday, American seemed to foreshadow future merger activity, acknowledging that “changes in the broader airline marketplace may be necessary.”

A key factor in all of this: beleaguered Spirit Airlines, which is currently in Chapter 11 bankruptcy for the second time. Reports say it could be on the brink of liquidation.

Although Trump was dismissive of an American-United tie-up on CNBC Tuesday, he was far more bullish on a deal involving the Florida-based budget airline.

“I don’t mind mergers,” Trump said, echoing past comments by Transportation Secretary Sean Duffy. (Last month, Duffy noted that Trump “loves to see big deals happen.”)

ZACH GRIFF/THE POINTS GUY

“I’d love somebody to buy Spirit, as an example,” Trump added Tuesday, while suggesting the administration might be open to providing federal aid to the budget airline.

“Maybe the federal government should help that one out,” he said.

A fifth large airline?

Even the passenger advocacy group Flyers Rights, which seldom supports airline industry consolidation (since it tends to drive up fares) acknowledged there’s one type of deal it would support: A merger that creates a fifth large airline to go toe-to-toe with the industry’s four titans — perhaps an acquisition by Alaska Airlines, the organization said.

alaska airlines plane
Alaska Airlines plane pushes back in Seattle. SEAN CUDAHY/THE POINTS GUY

Alaska solidified itself as America’s fifth-largest carrier with its acquisition of Hawaiian, which closed in 2024. However, it still remains far smaller than American, Delta, United and Southwest Airlines.

Looking ahead

We expect to hear a lot more talk on Wednesday, when United holds its first-quarter earnings call.

Related reading:





Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


What is Kubernetes?

As the companies have started opting for a container-driven approach they have started understanding the importance of Kubernetes. K8s or Kubernetes is one of the most prominently used open-source container orchestration platforms that is used to deploy applications and manage containerized services. It refines and automates the process to build and deploy applications in a container environment.

The tool is being opted for by companies all over the globe due to several reasons:

  • The product reaches the market in less time. 
  • Overall cost optimization is great.
  • The tool improves scalability.
  • It enables the running of applications on any cloud (public, private, or even hybrid). 
  • It provides impactful migration to the cloud. 

With amazing microservice-based architecture, Kubernetes continues to gain popularity. It is one of those DevOps tools that are widely used and continuously evolving. There are several plug-ins, extensions, add-ons, and built-ins that make the tool so popular when it comes to running and managing the workload. 

There are several types of Kubernetes tools that are used to manage containerised services and applications. Here, we will be covering the top 5 categories of Kubernetes tools. 

Become a Kubernetes Certified professional by learning this HKR Kubernetes Training !

Kubernetes Certification Training

  • Master Your Craft
  • Lifetime LMS & Faculty Access
  • 24/7 online expert support
  • Real-world & Project Based Learning

What are the most popular Kubernetes tools?

Kubernetes Monitoring Tools 

cAdvisor

cAdvisor is a Kubernetes Monitoring tool that monitors the usage of resources and their performance. The tool is an open-source system that starts monitoring when it is integrated into the kubelet library. Once integrated, it begins to collect all the relevant information like the memory file, statistics related to the Central Processing Unit, and network usage of all the containers.

Kubernetes Dashboard

Another popular Kubernetes Monitoring tool is Kubernetes Dashboard which is a web-based interface used for deploying and editing containerized applications. This tool is more popular with small clusters and helps in different tasks like discovery, monitoring, and load planning. Not just that, the Kubernetes Dashboard can be used to keep an eye on memory usage and overall system health. 

Kubelet

Kubelet is a node agent that runs on each node of a Kubernetes cluster. Using one of the hostnames, specific logic for a cloud provider, or a flag to override the hostname, it can register the node with the API Server. There is a YAML or JSON object, called “PodSpec” which describes each pod and these PodSpecs are used by Kubelet to monitor these nodes.

Become a OpenShift Certified professional by learning this HKR OpenShift Administration Training !
 

Twistlock

Twistlock is a Kubernetes Security Tool that provides security to the container lifecycle. It scans all the images that are in the registry or the ones that were a part of the build and deploy process. Also, it continuously keeps an eye on any areas that show vulnerability. There are two most important aspects of container security that Twistlock focuses on. The first, is to keep a regular check over all the images in the ongoing process. Second, it keeps an eye on the running containers and if there is anything awkward in their behaviour.  

Falco

Falco is another Kubernetes Security Tool that keeps a check over any abnormal or unexpected activity in the Kubernetes containers. The tool has a single set of rules written in YAML with diverse options of optional and required keys. These rules are used to monitor several layers of the container which includes the application, network, host, and the container too. The plus point is that there can be a unique set of rules for each Kubernetes cluster. 

Aqua Security

Aqua Security is a Kubernetes tool that scans images of the container before they are deployed. The images are read-only which reduces the overall threat. Not just that, the tool is used to prevent, detect, and automatically respond when it comes to the secure building of the application lifecycle. Aqua Security also helps in the secure running of the workloads along with the secure building of the cloud infrastructure.

HKR Trainings Logo

Subscribe to our YouTube channel to get new updates..!

Kubernetes Deployment Tools 
Helm

Helm is a popular Kubernetes Deployment and Management tool used to automate the creation, packaging, configuration, and deployment of applications and services. The tool organises bundled applications into charts before they are deployed to Kubernetes. Helm uses short CLI commands to simplify the installation and updating process on Kubernetes. Furthermore, the deployment tool records every chart’s installation and modification version history and provides commands to roll back to a previous version or upgrade to a newer one. 

Apollo

Apollo is a Kubernetes tool that provides a user interface to manage Kubernetes. The tool enables you to roll back deployment with a single click and also allows you to view logs. Furthermore, the tool enables the integration of all the present build processes, all it needs to know is when the artefact is ready. Also, Apollo can be used to check pod status, restart pods, and examine logs.

Kubespray

Kubespray is a Kubernetes Management tool which is a package of Ansible playbooks, provisioning tools, inventory, and domain language. The tool is used for the deployment and management of Kubernetes clusters. Kubespray supports OpenStack, AWS, Azure, and GCP (Google Cloud Platform). Also, the tool makes the process of Continuous Integration testing possible.  

Kubernetes CLI Tools

Kubectl

Kubectl is a Kubernetes CLI tool, i.e. a Command Line tool. The tool is used to interact or communicate with the Kubernetes cluster. Being a command line tool, its basic task is to run commands to communicate with the clusters. Now, to communicate with the Kubernetes cluster, it must authenticate with the cluster’s master node and make API calls for management actions. Furthermore, Kubectl is also used for deploying applications, inspecting and managing cluster resources along with viewing logs. 

Kubectx/ Kubens

Kubectx and Kubens are two Kubernetes utilities that can be accessed through a shared repository. While Kubectl is used to offer more functions, Kubectx is used when it comes to multi-cluster environments. Kubectx is also utilised in switching between clusters on kubectl more rapidly. Furthermore, kubens proves its worth when it comes to switching between Kubernetes namespaces and configuring them for kubectl. 

Kube-shell

Kube-shell is a Kubernetes tool that can be referred to as an integrated shell to work with Kubernetes CLI. In a way, Kube-shell is an alternative for kubectl or is often referred to as the shell that is constructed over kubectl. Kube-shell offers command auto-completion which makes the tool easier to use and increases its overall productivity. 

Kubernetes Serverless Tools
Kubeless

Kubeless is a Kubernetes-native, open-source serverless system that is used to deploy bits of code without paying much heed to the infrastructure. The tool enables a lot of tasks using the Kubernetes resources which help in auto-scaling, monitoring, troubleshooting and routing the API. Kubless also supports Custom Resource Definitions which proves its worth when it comes to the creation of custom Kubernetes resources. Furthermore, Kubeless enables the user to launch runtimes and make them available over HTTP.

 Top 30 frequently asked Kubernetes Interview Questions !

Kubernetes Certification Training

Weekday / Weekend Batches

Fission Software

Fission Software or Fission is a serverless Kubernetes tool that enables developers to smoothly run their code functions along with automating the configuration process of Kubernetes microservices. So, all the developer has to do is write his/ her code functions and the rest will be taken care of by Fission. Also, Fission can work on the Kubernetes cluster from a laptop or a private data centre or even any public cloud, i.e it provides flexibility to deploy anywhere.   

IronFunctions

IronFunctions is another Kubernetes serverless tool that supports functions in all coding languages. Written in Goland, the tool supports AWS Lambda functions and also enables users to import and use Lambda functions on diverse platforms. The tool is widely used because of its ease of use and how it manages operators. 

Conclusion

By now, you would be well versed in the top categories of Kubernetes tools being used in the market today. In the beginning, you learned about the basics of Kubernetes and why they are one of the most preferred tools when it comes to managing containerized services.

Then you went on to check the top 5 categories of Kubernetes Tools – Kubernetes Monitoring Tools, Kubernetes Security Tools, Kubernetes Deployment Tools, Kubernetes CLI Tools, and Kubernetes Serverless Tools. While, at each category of Kubernetes Tools, you saw the three tools in those categories.

Related Articles:



Source link